www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: ErDetEnAnd? on December 18, 2008, 09:13:03 am

Title: Blit with z-value.
Post by: ErDetEnAnd? on December 18, 2008, 09:13:03 am
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.
Title: Re: Blit with z-value.
Post by: EgonOlsen on December 18, 2008, 01:03:37 pm
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.