View Single Post
  #1  
Old 07-28-2016, 01:03 PM
ghostx ghostx is offline
Member
 
Join Date: Jul 2016
Posts: 5
Vizconnect Display Issue

Hi,

I am working on a project that I create a scene myself, and use a given config file to display it. The problem is when I follow the documentation script:

Code:
import viz
import vizconnect 

viz.setMultiSample(4)
vizconnect.go('vizconnect_config.py')
dojo = viz.addChild('dojo.osgb')
It display perfectly on Christie Auto Calibration. But, it only shows white while I use my own scene.
Code:
room=viz.addChilde('room.osgb')
BTW, I can run my scene correctly on my own PC and lab's PC without the config file.

The display device is Christie Auto Calibration with 8 projectors.
My scene is built by 3ds Max and then export it into osgb format.


Thanks to anyone who can help me.
Reply With Quote