Login  Register

Re: Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agnostic (PMVMatrix, Matrix4f, Vec4f, ..)

Posted by Sven Gothel on Sep 23, 2023; 2:24am
URL: https://forum.jogamp.org/Bug-1452-Decouple-math-functionality-to-com-jogamp-math-to-be-toolkit-agnostic-PMVMatrix-Matrix4f-Ve-tp4042948p4042954.html

Addendum: The new design was required as I dropped the float and NIO buffers in favor of Matrix4f generic math for usability. Performance tests showed that they are even faster than the checked array access.