Skip to content

Commit

Permalink
Improved webvr_ballshooter example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Oct 31, 2018
1 parent 6d85bcd commit 7448356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webvr_ballshooter.html
Expand Up @@ -191,7 +191,7 @@

//

var delta = clock.getDelta();
var delta = clock.getDelta() * 0.8; // slow down simulation

var range = 3 - radius;

Expand Down

0 comments on commit 7448356

Please sign in to comment.