We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a1a1c commit d9a7688Copy full SHA for d9a7688
vrarmik.html
@@ -140,11 +140,6 @@
140
orbitControls.update();
141
142
const realDateNow = (now => () => now())(Date.now);//() => 2000;
143
-window.Date = {
144
- now() {
145
- return 0;
146
- },
147
-};
148
function animate() {
149
if (rig) {
150
const positionOffset = Math.sin((realDateNow()%10000)/10000*Math.PI*2)*2;
0 commit comments