summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/ProjectFloat.java
Commit message (Expand)AuthorAgeFilesLines
* FloatUtil.makeFrustum(..): Add throws GLException API doc / Add GLException i...Sven Gothel2014-10-251-1/+3
* Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov...Sven Gothel2014-07-051-3/+8
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-27/+27
* Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450...Sven Gothel2014-06-281-3/+3
* Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati...Sven Gothel2014-06-271-498/+179
* Add generic support for picking via raycast intersection and AABBox (or similar)Sven Gothel2014-03-161-5/+5
* FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te...Sven Gothel2014-03-151-4/+4
* Math and PMVMatrix: Cleanup and RefineSven Gothel2014-03-141-4/+5
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-60/+60
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-1/+1
* Fix ProjectFloat (Bug 633): Adding missing offset of sliced buffer usage; red...Sven Gothel2012-10-311-174/+153
* Update PMVMatrix/GLMatrixFunc API doc and refine PMVMatrix update / get-Mvi/M...Sven Gothel2012-10-041-6/+23
* Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo...Sven Gothel2012-05-111-5/+5
* Move ProjectFloat back to private, exposing basic math in FloatUtilSven Gothel2012-04-091-0/+940
* ProjectFloat: Promote to public, exposing general matrix/vector math, custom ...Sven Gothel2012-04-021-1068/+0
* PMVMatrix: Defaults from direct NIO -> array-backed non-direct NIO: Reduced c...Sven Gothel2011-10-071-13/+23
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+1058