Re: Negating some JNI call overhead by doing transformations in Java
Posted by
gouessej on
Jul 21, 2011; 8:33pm
URL: https://forum.jogamp.org/Negating-some-JNI-call-overhead-by-doing-transformations-in-Java-tp3188212p3189639.html
Compose the transform matrix of each object in the CPU side (by combining all transforms concerning each object) and then call glLoadMatrixf one time per object.