Thread: Toolbar
View Single Post
  #2  
Old 10-02-2008, 11:15 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Can you post the code you are using to link the boxes to the screen? Here is some sample code that will create a texture quad and display it on the screen:
Code:
quad = viz.addTexQuad(parent=viz.SCREEN)
quad.setPosition([0.1,0.5,0])
Reply With Quote