Re: 8 pass accumulation Anti-Aliasing
Posted by
Sven Gothel on
Feb 01, 2020; 10:46pm
URL: https://forum.jogamp.org/8-pass-accumulation-Anti-Aliasing-tp4040265p4040319.html
On 2/1/20 10:33 PM, philjord [via jogamp] wrote:
> This issue was solved by Emanuel Puyberet some time ago as a final update to
> the 1.6.0 version of Java3D.
>
> It was done after the branch to the new 1.7.0 version along with several other
> updates. Each was taken across to 1.7.0 individually but unfortunately this
> particluar fix was missed.
>
> So it has been merged into the dev1.7.1 branch of JAva3D 1.7 here:
>
https://github.com/philjord/java3d-core/commit/239b497e3c012bfee176192cd344bbeb0c3cf192https://jogamp.org/cgit/java3d/java3d-core.git/commit/?id=239b497e3c012bfee176192cd344bbeb0c3cf192>
> So if you pull that code branch you can use as many passes as you need to by
> way of the j3d.numSamples property.
>
> (I've added this reply only to allow others to find this fix, as I'm sure
> you've already got it and moved on)
Excellent!