How to know vertex position after rotation

BlitzMax Forums/MiniB3D Module/How to know vertex position after rotation

patmaba(Posted 2007) [#1]
Hi,

I need to keep the vertex world position after rotation.
When i get vertex info it's about original mesh without transformation ?

How can i get vertex world position of my mesh during any rotation and scaling operations ?

thanks


simonh(Posted 2007) [#2]
Use TFormPoint VertexX(),VertexY(),VertexZ(),entity,Null


patmaba(Posted 2007) [#3]
Thank you very much simonh