WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-27-2010, 12:49 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Is the framerate in Vizard dropping when you notice this jumping? You can check that by pressing F4 when your script is running?
Reply With Quote
  #2  
Old 07-27-2010, 07:55 PM
cyclonseye cyclonseye is offline
Member
 
Join Date: Jul 2010
Posts: 6
Quote:
Originally Posted by Jeff View Post
Is the framerate in Vizard dropping when you notice this jumping? You can check that by pressing F4 when your script is running?
No. The frame rate is always 59~60, but the vision jumps.
Reply With Quote
  #3  
Old 07-28-2010, 07:52 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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')
If not, can you post a sample script that replicates this without using tracking data?
Reply With Quote
  #4  
Old 07-28-2010, 11:05 PM
cyclonseye cyclonseye is offline
Member
 
Join Date: Jul 2010
Posts: 6
Quote:
Originally Posted by Jeff View Post
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')
If not, can you post a sample script that replicates this without using tracking data?

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)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:32 AM.


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