Hi
How do I place 3d objects on top of a 2d background. For example:
A background of space with 3d ships moving around infront of the background. I know that there is a function to draw sprites behind 3d objects (cant find it now), but I am also using sprites for my GUI that will be infront of everything (even the 3d ships).
I would like the background to be really large (or possibly textured) so that the ships can move around the 3d world with the background always being there (as seen in SPACE RANGERS). I have tried making a 3d box and just putting a texture on it, but there must be a better way. Thanks