Positioning Sprite in 3d

Blitz3D Forums/Blitz3D Programming/Positioning Sprite in 3d

Boiled Sweets(Posted 2003) [#1]
Hi,

how the hell do I display a sprite always in the top left corner of the screen even if my camera is moving about, I want a compass that is always at position x, y for example.


Ken Lynch(Posted 2003) [#2]
Parent the sprite to the camera and set EntityOrder to be less than zero. That should do the trick.