Re: Java3D 1.6.0 Released
Posted by
runiter on
URL: https://forum.jogamp.org/Java3D-1-6-0-Released-tp4037525p4037959.html
Thanks but I only use the default windows anti-virus and I always disable automated native library loading anyways since I no longer do webstart and using stand-alone exe installer now.
I think the slow down is because Java3D code was changed to create Frame/Dialog and do some other extra checks in this commit to help with stereo graphics here:
https://github.com/hharrison/java3d-core/commit/8593fa0991feb9c9baa85a83269fc50c755dff80I suppose these changes are necessary for stereo but since my app doesn't use stereo. It's not too big of a deal though as it only adds 1 second to initialization.