how dose the method : Camera.setPosition() work

Started by fooyou, June 20, 2013, 03:34:04 AM

Previous topic - Next topic

fooyou

Hello ! everyone ! I have a question to consult U. I dont know how dose the method : Camera.setPosition() work .
could U tell me the work principium of the this method . Is the position according to origin in the  world space .or is it pile up ? if I call the   Camera.setPosition()  with a different vector coordinate  second times  or more . help !thanks!

EgonOlsen

It's not cumulative, if that's what you mean. Each time you set a position, the camera will be located at exactly that position in world space. Former positions don't matter here.

fooyou

thank you for  reply  !EgonOlsen! I will test again!