Thread: Oculus setZoom
View Single Post
  #2  
Old 10-08-2014, 01:05 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Can you narrow down the problem to either the joystick code or the zoom command? Does the zoom command work for you on its own?

Code:
import oculus
hmd = oculus.Rift()
hmd.setZoom(1.5)
Reply With Quote