entity at position?

Blitz3D Forums/Blitz3D Beginners Area/entity at position?

phsh(Posted 2008) [#1]
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?


mtnhome3d(Posted 2008) [#2]
use entityx(mesh),entityY(mesh),entityz(mesh) to find the position of any entity in the 3d world. also try MeshIntersect().


phsh(Posted 2008) [#3]
ah thanx man


Wings(Posted 2009) [#4]
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...