1 (edited by Slenkar 2009-03-09 11:19:08)

Topic: how to position camera?

Hi Im trying to position a camera relative to a node but the node moves on the screen,

(if the camera was in the same position as the node the node wouldnt move on the screen)

here is the code:

node.setposition(TFormPoint(0,0,1,node,Null))
Local nodepos:vector3df=node.getposition()

camera.setposition(nodepos)

EDIT- nevermind I was just seeing things.