View Single Post
  #3  
Old 09-02-2005, 02:22 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
Thank you!

1. As the grid is just a texture on a quad I did
gridCoord= viz.add('../resources/joNew/gridLevel5.jpeg')
quad.texture(gridCoord)
quad.disable(viz.LIGHTING)

But it did not help (see attached picture).

2. Are you calling viz.go() in your main script and your module? viz.go() should only be called in the main script.

Yes, I know that I should call viz.go() only in the main script. But if I do not also call it in the module it will not show me the balls that should... If I do call viz.go() in the module it works fine but I know this is not correct!

Johannes
Attached Images
File Type: png grid.png (29.1 KB, 1672 views)
Reply With Quote