diff --git a/index.html b/index.html index 6e4d63c9df9718f9ef9194051286a869346f3687..2ec3b0e681d6ab6582c1bb1a0029b92d4cab4aaa 100755 --- a/index.html +++ b/index.html @@ -504,7 +504,7 @@ </label> <label class="radio"> <input name="simType" value="static" data-toggle="radio" class="custom-radio" type="radio"><span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span> - Compliant Static Simulation (not finished yet) <a class="about floatRight" href="#" id="aboutStaticSim"><span class="fui-question-circle"></span></a> + Compliant Static Simulation <a class="about floatRight" href="#" id="aboutStaticSim"><span class="fui-question-circle"></span></a> </label> </div><br/> <label class="checkbox" for="userInteractionEnabled"> diff --git a/js/threeView.js b/js/threeView.js index cbb0df9f3e9b40a3c721f5bdc8e348b080b19b19..181474396d0edc7f8aea328b7b929a85c59696fe 100755 --- a/js/threeView.js +++ b/js/threeView.js @@ -96,6 +96,7 @@ function initThreeView(globals) { } function render() { + console.log("here"); if (!animationRunning) { console.log("render"); _render();