WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: Jeff
Forum: Vizard 09-12-2018, 03:24 AM
Replies: 12
Views: 9,535
Posted By Jeff
For the system time, you would need to use the...

For the system time, you would need to use the Python library. Vizard provides the viz.tick (https://docs.worldviz.com/vizard/latest/#commands/viz/tick.htm) command which returns the time elapsed...
Forum: Vizard 09-11-2018, 10:59 PM
Replies: 12
Views: 9,535
Posted By Jeff
I'll have to ask a developer if there is a way to...

I'll have to ask a developer if there is a way to get the refresh rate from a connected HMD. You could check to see if the HMD is connected and hardcode the rate based on that.

The following...
Forum: Vizard 01-27-2016, 10:42 PM
Replies: 12
Views: 9,535
Posted By Jeff
The viz.display.frequency option specifies the...

The viz.display.frequency option specifies the requested refresh rate (120, 60, 30, etc..). A lot of monitors these days don't support changing the refresh rate, so it's not guaranteed to work.
Forum: Vizard 01-22-2016, 03:02 AM
Replies: 12
Views: 9,535
Posted By Jeff
The viz.monitor.refresh_rate is a read only...

The viz.monitor.refresh_rate is a read only option that returns the refresh rate of the display.

print viz.getOption('viz.monitor.refresh_rate')

The viz.display.frequency option is used with...
Forum: Vizard 01-19-2016, 10:21 AM
Replies: 12
Views: 9,535
Posted By Jeff
Vizard's main loop will run only as fast as the...

Vizard's main loop will run only as fast as the refresh rate of the display. If the frame rate is 60 then the function registered with vizact.onupdate will be called 60 times/second. Perhaps the...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT -7. The time now is 04:29 AM.


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