Re: Rendering semi-transparent, antialiased triangles with jogl
Posted by
ManuelBrotz on
Feb 21, 2017; 5:30pm
URL: https://forum.jogamp.org/Rendering-semi-transparent-antialiased-triangles-with-jogl-tp4037649p4037657.html
Here i have created an example image with several renderings. The checkerboard background serves to indicate translucency / transparency.
The left column was rendered using buffered image, the right column using jogl.
left column : buffered image
right column: jogl rendering
------------------------------------------------------------
1. row : no translucency | no transparency | no antialiasing
2. row : no translucency | transparency | no antialiasing
3. row : translucency | transparency | no antialiasing
4. row : translucency | transparency | antialiasing