View Single Post
  #2  
Old 09-02-2005, 01:20 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Try disabling lighting on the grid:
Code:
grid.disable(viz.LIGHTING)
Are you calling viz.go() in your main script and your module? viz.go() should only be called in the main script.

I got your email, but didn't have time to respond. I'll look at it again now.
Reply With Quote