![]() |
|
#1
|
|||
|
|||
Is the framerate in Vizard dropping when you notice this jumping? You can check that by pressing F4 when your script is running?
|
#2
|
|||
|
|||
No. The frame rate is always 59~60, but the vision jumps.
|
#3
|
|||
|
|||
You mentioned this also happens when the tracking data is not used. Does this happen with standard mouse navigation and a simple model like the following?
Code:
import viz viz.go() gallery = viz.add('gallery.ive') |
#4
|
|||
|
|||
Quote:
In your sample code, vision jumping does not happen. Following is my code. Code:
import viz viz.go() viz.add('court.ive') viz.collision(viz.ON) evart = viz.add('evart.dle',0,'192.168.0.3') body = evart.getBody(0) link = viz.link(body,viz.MainView) |
![]() |
|
|