WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rating: Thread Rating: 4 votes, 5.00 average. Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-20-2013, 11:35 AM
teklab teklab is offline
Member
 
Join Date: May 2013
Posts: 6
Oculus Rift Fullscreen

Hi all. We have just started using our Oculus Rift with Vizard code, and I'm trying to understand a full screen rendering issue.

If i run a basic environment script with the Oculus:

################
import oculus
import viz
import vizact

hmd = oculus.Rift()
sensor = hmd.getSensor()
viz.link(hmd.getSensor(), viz.MainView)
#vizact.onkeydown('r',sensor.reset)

viz.go()

floor = viz.add('ground.osgb')

################

and maximize the view window manually (Windows Key + ↑), the frame rate and overall experience during head rotation is very smooth. However, if I use the same script, and instead start the rendering environment with viz.go(viz.FULLSCREEN), the world becomes a great deal more choppy.

Moving to full screen manually isn't a major issue, but is there a way to smooth out the viz.go(viz.FULLSCREEN) option? Maybe my code isn't organized properly, or I'm missing an option.

We are running an i7-2600 with a gtx 580, so I can't imagine it's a hardware limitation for rendering such a simple environment.
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Oculus Rift and 360 Panorama with Vizard Lite Edition mshukun Vizard 4 11-10-2015 11:17 AM
Can I have fullscreen when using wx? Renato Lima Vizard 0 03-02-2011 06:10 PM
Fullscreen HMD Stereo with Vista64 xabbu Vizard 0 06-30-2009 06:24 AM
White Fullscreen crash when running network version Dbuckland Vizard 6 04-19-2006 02:49 PM
Fullscreen mode is kaput FlyingWren Vizard 4 11-06-2003 07:02 AM


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


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