Bug 361 - Add information about TextRenderer transparency in Javadoc
Summary: Add information about TextRenderer transparency in Javadoc
Status: RESOLVED WONTFIX
Alias: None
Product: Jogl
Classification: JogAmp
Component: awt (show other bugs)
Version: 1
Hardware: All all
: P5 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2008-09-04 06:34 CEST by Sven Gothel
Modified: 2012-01-23 00:12 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:51:33 CET


---- Reported by gibe 2008-09-04 06:34:48 ----

When depth test is enable, drawing of text must be performed after any other
object and sorted from back to front to ensure transparency correctness.

see: http://www.javagaming.org/index.php/topic,19115.0.html

This should be added in the TextRenderer Java doc.

Jean-Baptiste



--- Bug imported by sgothel@jausoft.com 2010-03-24 07:51 EDT  ---

This bug was previously known as _bug_ 361 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=361
Comment 1 Sven Gothel 2012-01-23 00:12:04 CET
z stacking / renderer order .. obvious