vertex axis

Blitz3D Forums/Blitz3D Programming/vertex axis

SideExtreme(Posted 2007) [#1]
Hi, i will grabbing vertex from cube mesh (create cube) but for doing this i have some problem..
Someone can help me?

sorry for my bad english...


b32(Posted 2007) [#2]
So, do I understand correctly that you want to get the x,y,z coordinates of one of the vertices of a cube ? You could use GetSurface, VertexX/Y/Z and TFormPoint to do that:



SideExtreme(Posted 2007) [#3]
wow! thanks you very much!