HaveF / opennero

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

C and Z controls slow before hitting "deploy" #150

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
C and Z controls for zooming in and out are slow before hitting Deploy in NERO.

Original issue reported on code.google.com by ikarpov on 1 Sep 2013 at 7:15

GoogleCodeExporter commented 9 years ago
In opennero\external\source\Irrlicht\CSceneNodeAnimatorCameraNero.cpp the zoom 
movement is multiplied by timeDiff^2 instead of just timeDiff. Changing it 
fixes the bug but then the zoom speed is very fast. Now either all the mods 
have to be updated or a constant slowdown factor (5 works well) must be added 
to the zoom speed to compensate. I'm not sure which is better. 

Original comment by Luc4sDre...@gmail.com on 2 Dec 2013 at 9:34