Is it possible to place a sprites onto the surface of a 3D object?
I basically have a map which is shown on the wall of my game. I want to be able to show where certain things are on the map by drawing a red mark onto the map surface, but I can't see any way to do this. I've had a look through the information document, but can't see any functions that will allow me to drawn onto 3D objects. Any suggestions as to how I could do this?
In another area of the game, I also want to write text onto 3D objects. The same problem as above applies, unless I create a new texture for every sentence I want to display.
I hope I made myself clear enough. Any help is appreciated.