Entity's 2D Space

Blitz3D Forums/Blitz3D Beginners Area/Entity's 2D Space

boomboom(Posted 2006) [#1]
Hi. Whats the fastest way to get an entities 2D screen location.

Basically I want to put a Text command on him to display its name, so I need to know where abouts on the screen he is.


big10p(Posted 2006) [#2]
CameraProject


(tu) sinu(Posted 2006) [#3]
I think
CameraProject camera,x,y,z
then projectedx/y

will do the trick