![]() |
|
#1
|
|||
|
|||
Thanks. I'll try viz.displaymode().
BTW, what's the width/height of viz.windowsize(width, height)? If they are the number of pixels, then what's the difference between these two commands? |
#2
|
|||
|
|||
viz.displaymode() changes the resolution of your monitor
viz.windowsize() changes the size of the Vizard graphics window |
#3
|
|||
|
|||
Hi,
Our HMD is nVisor SX which can display a 1280x1024 image. I tried to use viz.displaymode(640,512) at the beginning of my program to get half resolution. But I get the following message and nothing changed. ** ERROR: Failed to set requested display mode Did I miss something? Thanks, |
#4
|
|||
|
|||
Your monitor does not support that resolution. Why do you want to set the resolution to half?
|
#5
|
|||
|
|||
Hi,
I also tried to set the resolution of my monitor, but then I can see nothing but color stripe in my HMD. ![]() Thanks, |
![]() |
|
|