WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Jeff
Forum: Vizard 01-17-2014, 12:50 PM
Replies: 3
Views: 17,171
Posted By Jeff
You could use viewpoint.setEuler and update the...

You could use viewpoint.setEuler and update the yaw value every frame:
viz.MainView.setEuler([ joy_x * TURN_SPEED * viz.getFrameElapsed(), 0, 0 ], viz.REL_PARENT)
Forum: Vizard 01-16-2014, 11:09 AM
Replies: 3
Views: 17,171
Posted By Jeff
Try setting the timer expiration time to 0 so it...

Try setting the timer expiration time to 0 so it expires every frame. Then use viz.getFrameElapsed to get the elapsed time since the previous frame and multiply that against the speed in m/s and...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -7. The time now is 05:01 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC