Drawmesh()
Blitz3D Forums/Blitz3D Beginners Area/Drawmesh()| 
 | ||
| Is there any function in B3D to draw a mesh to a certain point, like drawimage but 3d, where I don't neen to use entities? Thank You | 
| 
 | ||
| no, everytihng in 3D is entity based. And besides that, how is blitz meant to know how to draw the mesh, what rotation? what lighting? Is it textured? etc..... | 
| 
 | ||
| Yep, you get no depth co-ord with a 2d screen point. Unless your picking a 3d mesh and wanting your mesh placed at that point :o) |