| Commit message (Expand) | Author | Age | Files | Lines |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 1 | -765/+4 |
* | Matrix4f Perf: Enhance invert(), Drop (test) load on Matrix4f.mul(Matrix4f) f... | Sven Gothel | 2023-04-05 | 1 | -36/+36 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 1 | -145/+141 |
* | Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,... | Sven Gothel | 2023-03-22 | 1 | -0/+10 |
* | Add FloatUtil.isZero(float) using FloatUtil.EPSILON | Sven Gothel | 2023-03-20 | 1 | -0/+8 |
* | API doc cleanup, add + refine math tests | Sven Gothel | 2023-03-19 | 1 | -10/+18 |
* | Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f... | Sven Gothel | 2019-03-30 | 1 | -4/+5 |
* | Remove deprectated classes and methods | Sven Gothel | 2015-10-15 | 1 | -6/+0 |
* | Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad... | Sven Gothel | 2015-08-29 | 1 | -0/+1 |
* | FloatUtil: Remove '@deprecated' for 'matrixToString' 'FloatBuffer' variant | Sven Gothel | 2015-08-29 | 1 | -1/+0 |
* | Refine Frustum definition: Adding Frustum.FovDesc; Clarify makeFrustum argume... | Sven Gothel | 2015-07-20 | 1 | -11/+15 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -1/+1 |
* | FloatUtil.makeFrustum(..): Add throws GLException API doc / Add GLException i... | Sven Gothel | 2014-10-25 | 1 | -6/+10 |
* | Graph/Math: Fix minor apidoc issues | Sven Gothel | 2014-10-09 | 1 | -9/+9 |
* | Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ... | Sven Gothel | 2014-07-07 | 1 | -2/+2 |
* | Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov... | Sven Gothel | 2014-07-05 | 1 | -53/+12 |
* | FloatUtil.makePick(..): Refine API doc, incl. PMVMatrix.gluPickMatrix(..) | Sven Gothel | 2014-07-03 | 1 | -4/+10 |
* | Bug 1021: Refine Stereo Rendering API and OculusVR implementing renderer | Sven Gothel | 2014-07-03 | 1 | -15/+83 |
* | Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE... | Sven Gothel | 2014-07-01 | 1 | -20/+63 |
* | Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450... | Sven Gothel | 2014-06-28 | 1 | -476/+549 |
* | Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati... | Sven Gothel | 2014-06-27 | 1 | -208/+1374 |
* | Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-02 | 1 | -0/+162 |
* | Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits .. | Sven Gothel | 2014-03-17 | 1 | -0/+8 |
* | FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te... | Sven Gothel | 2014-03-15 | 1 | -2/+86 |
* | Quaternion: User EPSILON for all tests against zero and one (identity .. ) an... | Sven Gothel | 2014-03-15 | 1 | -2/+2 |
* | Math and PMVMatrix: Cleanup and Refine | Sven Gothel | 2014-03-14 | 1 | -92/+254 |
* | Bug 801: AffineTransform: Remove Serializable, make methods final; FloatUtil:... | Sven Gothel | 2014-03-06 | 1 | -5/+21 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -44/+44 |
* | FloatUtil: Add in-place multMatrixf (since we mult line by line, we can multi... | Sven Gothel | 2013-06-09 | 1 | -0/+51 |
* | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 1 | -0/+522 |