entity at position?
Blitz3D Forums/Blitz3D Beginners Area/entity at position?| 
 | ||
| I'm pretty new to Blitz 3d.  Basically I need to find if there is an entity taking up a certain space in the 3d world.  For example, I would like to find out if the coordinates x,y,z happen to be in the middle of a cube or another entity.  Can someone help me out on this one? | 
| 
 | ||
| use entityx(mesh),entityY(mesh),entityz(mesh) to find the position of any entity in the 3d world. also try MeshIntersect(). | 
| 
 | ||
| ah thanx man | 
| 
 | ||
| I discovered that if collision is on and you moving an entity with enetity type set.. its like in startreek. entity can random spawn :=) grreat for rpg... |