Hi
I have a TGLMesh object that have a triangle (three verts) , this TGLMesh is looking at
another object (dummy) X axis , how can I get vertex global position ?
thank you very much
Last edit: smysm 2020-06-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
cant find this property ? (under tglmesh , vertex ,?)
( what I want is the global position of child object according to world coordinate, not local position)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I have a TGLMesh object that have a triangle (three verts) , this TGLMesh is looking at
another object (dummy) X axis , how can I get vertex global position ?
thank you very much
Last edit: smysm 2020-06-03
please help
Hi you have AbsoluteXX properties
Thank you sir , I will try that !
cant find this property ? (under tglmesh , vertex ,?)
( what I want is the global position of child object according to world coordinate, not local position)
yes its AbsolutePosition and AbsoluteDirection
thank you very much.