Blit with z-value.

Started by ErDetEnAnd?, December 18, 2008, 09:13:03 AM

Previous topic - Next topic

ErDetEnAnd?

Hello again guys.

I need text to appear among the object3ds, and cant find the right way to go.

Can it be achieved by assigning the texture to an object3d, and make the object invisible by using alpha-values in the texture?

Please help.

EgonOlsen

You can't blit with a z-value. Either texture a transparent, billboarded object or try the Overlay-class in the util-package. It's similar to blitting somehow, but allows for a depth value.