View Single Post
  #1  
Old 04-30-2007, 06:24 AM
shivanangel shivanangel is offline
Member
 
Join Date: Feb 2006
Location: New Jersey
Posts: 182
viz.lookat() with 3d text problem

Hi,
I am trying to have your 3Dtext always look at the camera.
But instead of facing the camera from the normal left to right,
the 3d text always orients to has its back to the camera.

Any idea how to fix this?

My code is nothing special,
just:

#Orient the Text toward the camera
def faceCamera(self):
self.tpressure.lookat(self.view.getPosition())


Thanks,
George
Reply With Quote