View Single Post
  #1  
Old 05-13-2010, 02:38 AM
TarkaDahl TarkaDahl is offline
Member
 
Join Date: Mar 2010
Posts: 59
Getting camera position from ive

Hi All

Im trying to get the camera position from an .ive file.

i thought the following code would work

modela = viz.add("Test.ive")
print modela.getChild("Camera01").getPosition()

However it only returns [0.0, 0.0, 0,0]

Is there a way of doing this?

Thanks
Reply With Quote