omni360 / o3d

Automatically exported from code.google.com/p/o3d
0 stars 0 forks source link

Beach demo: strafing left and right broken #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load beach demo
2. Press the 'a' or 'd' key to strafe left or right

What is the expected output? What do you see instead?
Expected:
The camera location moves in the scene horizontally left and right

Actual:
Camera does not move and the viewport flashes brown as if there were no content 
there.

Original issue reported on code.google.com by hbri...@gmail.com on 4 Sep 2009 at 12:42

GoogleCodeExporter commented 8 years ago
code typo in beach demo in beachdemo.js

g_mathVectorScalar.mul which should be g_math.mulVectorScalar

under function moveCameraLeftRight()

Original comment by peaceli...@gmail.com on 16 Dec 2009 at 4:59