Hi!
I want to camera position. I know get origin method /csVector3& v_coord = view->GetCamera()->GetTransform ().GetOrigin();/, but this is a vector no integer variable. for example: How can I can query the Z actually camera position number?
I using CS jan 2006 version in windows. Thanks who help me.
From that vector you can get the z value like this:
v_coord.z
Greetings,