View Single Post
  #1  
Old 01-03-2007, 08:10 PM
AlyssaK AlyssaK is offline
Member
 
Join Date: Dec 2006
Posts: 16
Question Fix the positon of objects on a scene

Hi everyone,

I have inserted the text "X" within a cube (the cube is similar to one of the tutorials). I'm interested in fixing the location of this within the cube. I would also like to allow the user to navigate throughout the scene without affecting the fixed positions.

Can you point me in the right direction?

I've tried this:

hole1 = cube.add(viz.TEXT3D, "X")
hole1.setScale(0.3,0.3,0.3)
hole1.setPosition(0.4,1.0,4)

It still affects the location when zooming in etc.

Thanks.

P.S. sorry couldn't think of a better topic description for this question...
Reply With Quote