Thread: 360 panorama
View Single Post
  #5  
Old 11-09-2015, 10:49 AM
sonika sonika is offline
Member
 
Join Date: Nov 2015
Posts: 8
I'm using the following script.

import sys
import viz
import vizact
import oculus

viz.setMultiSample(4)
viz.fov(60)
viz.go()

hmd = oculus.Rift()
viz.link(hmd.getSensor(), viz.MainView)

env = viz.addEnvironmentMap('beachscene.png')

sky = viz.addCustomNode('skydome.dlc')
sky.texture(env)


But when i run the script, all i get is a blank new window. I am not able to see the 360 panorama. Cannot create an executable. Am I missing something?
Reply With Quote