View Single Post
  #1  
Old 04-05-2014, 04:28 AM
roosfcch roosfcch is offline
Member
 
Join Date: Apr 2014
Posts: 1
Exclamation Problem: import .osgb from vizard

Hi everyone!
I'm getting started with Vizard.
I'm trying to use the 'ground.osgb' that it's contained on vizard but it appears like a black background.
When I run the code on the college computers' this problem doesn't exist.

import vizact
import viz
viz.go()
ground=viz.add('ground.osgb')
ground.collidePlane()

Thanks!
Reply With Quote