View Single Post
  #1  
Old 03-14-2017, 08:27 AM
arshbot arshbot is offline
Member
 
Join Date: Mar 2017
Posts: 8
Vizard graphics window is black

Hey all, I'm new to vizard and trying to run this script

import viz
viz.setMultiSample(4)
viz.go()
viz.MainWindow.fov(60)
piazza=viz.addChild('mymodel.osgb')

And I get a black screen on the vizard window that pops up. The .osgb file is 249mb large and the fbx file that it originated from is 43.6mb. I'm not really sure what's going on here... any thoughts? The script is in the Desktop directory, which is where the .osgb file is as well.
Reply With Quote