aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java
Commit message (Expand)AuthorAgeFilesLines
* Enhance PMVMatrix: Use FloatStack to implement PushMatrix and PopMatrix (Bug ...Sven Gothel2012-12-311-29/+28
* Frustum: Clarify method names, fix point/sphere classification, add used refe...Sven Gothel2012-11-121-1/+1
* Frustum: Cleanup / update; PMVMatrix: Fix mulPMVSven Gothel2012-11-121-1/+1
* Validating Frustum w/ help of Eduard White [email protected], referencing th...Sven Gothel2012-11-121-5/+5
* Frustum: Passing Mv*P (column major order)Sven Gothel2012-11-111-5/+5
* PMVMatrix: Add 'Frustum glGetFrustum()' adding same dirty/request methodology...Sven Gothel2012-11-111-58/+81
* Cleanup Frustum Math Util: Independent / Compile Clean / Relocation ; PMVMatr...Sven Gothel2012-11-111-0/+20
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-1/+1
* ImmModeSink: Fix bugs (use glBufferUsage, vboUsage, GL_POLYGON, GL_QUADS) and...Sven Gothel2012-10-101-1/+1
* FloatUtil/PMVMatrix/GLUniformData: Move impl. of FloatBuffer matrix toString(...Sven Gothel2012-10-101-53/+2
* Fix regression of commit a644d779ab19cb1d200ae4ba567b9c042c34b337, cannot com...Sven Gothel2012-10-041-6/+9
* Update PMVMatrix/GLMatrixFunc API doc and refine PMVMatrix update / get-Mvi/M...Sven Gothel2012-10-041-198/+582
* Move ProjectFloat back to private, exposing basic math in FloatUtilSven Gothel2012-04-091-22/+25
* PMVMatrix: Add convenient ProjectFloat calls of gluLookAt, gluProject, gluUnP...Sven Gothel2012-04-061-8/+85
* ProjectFloat: Promote to public, exposing general matrix/vector math, custom ...Sven Gothel2012-04-021-92/+33
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-4/+4
* Minor Edits: Add GL_RENDERER to JoglVersion dump; Fix typo in PMVMatrix.Sven Gothel2012-01-141-1/+1
* PMVMatrix: Defaults from direct NIO -> array-backed non-direct NIO: Reduced c...Sven Gothel2011-10-071-177/+248
* Workaround Android 3.0 Dalvik Issue 16434Sven Gothel2011-10-051-32/+46
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-221-103/+65
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* Fix file modesSven Gothel2010-07-071-0/+0
* modifications due to class movement in gluegen.Michael Bien2010-03-311-1/+1
* fixed a bunch of javadoc warnings.Michael Bien2010-03-291-1/+1
* com.jogamp.opengl.util.BufferUtil extends com.jogamp.gluegen.runtime.Buffers.Michael Bien2010-03-291-4/+5
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-0/+685