vertex axis
Blitz3D Forums/Blitz3D Programming/vertex axis| 
 | ||
| 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... | 
| 
 | ||
| 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: | 
| 
 | ||
| wow! thanks you very much! |