Skip to content

Commit 7448356

Browse files
committed
Improved webvr_ballshooter example.
1 parent 6d85bcd commit 7448356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webvr_ballshooter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192
//
193193

194-
var delta = clock.getDelta();
194+
var delta = clock.getDelta() * 0.8; // slow down simulation
195195

196196
var range = 3 - radius;
197197

0 commit comments

Comments
 (0)