Login  Register

Re: How to apply a constant alpha to a Texture...

Posted by ThomasR on Oct 12, 2017; 2:06pm
URL: https://forum.jogamp.org/How-to-apply-a-constant-alpha-to-a-Texture-tp4038246p4038248.html

Hi,

That's very interesting, thank you. Do you have examples of application of shaders in Jogamp Ardor3D based applications so I can study up?

However, my interest in BGR, RGB is that I don't want to expand the final image by 1 1/3 in a situation where
alpha is truly constant - it's a common use case for us and we often have long sequences of imagery to animate.

Tom