summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/assets/test/face.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/assets/test/face.html b/site/assets/test/face.html
index 27e6c0c7..598a5891 100644
--- a/site/assets/test/face.html
+++ b/site/assets/test/face.html
@@ -217,7 +217,8 @@ function animate(t) {
mouseTarget.x += (mouse.x - mouseTarget.x) * 0.1
mouseTarget.y += (mouse.y - mouseTarget.y) * 0.1
scene.rotation.x = (mouseTarget.y - 0.5) * Math.PI / 2
- scene.rotation.y = (mouseTarget.x - 0.5) * Math.PI
+ // scene.rotation.y = (mouseTarget.x - 0.5) * Math.PI
+ scene.rotation.y += 0.01
last_t = t
}
</script>