Dear devs what wrong with Camera::getPosition ?

Place for sharing your game modifications for Life is Feudal: Your Own

Yotsi
 
Posts: 5
Joined: 02 Mar 2015, 10:39

Dear devs what wrong with Camera::getPosition ?

Post by Yotsi » 10 Feb 2019, 10:03

I read this http://docs.garagegames.com/torque-3d/r ... 74005549fc And tried to put in console next code
Code: Select all
ServerConnection.getCameraObject().getPosition()

Which returned next string
nan(ind) nan(ind) nan(ind)

Looks like class "Camera" has reimplemented... How I can get current coordinates of gamer camera in world ?

Return to Game mods