| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 2 | -3/+3 |
* | FloatUtil.makeFrustum(..): Add throws GLException API doc / Add GLException i... | Sven Gothel | 2014-10-25 | 2 | -8/+30 |
* | Graph/Math: Fix minor apidoc issues | Sven Gothel | 2014-10-09 | 4 | -14/+28 |
* | Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal... | Sven Gothel | 2014-07-08 | 2 | -0/+8 |
* | Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ... | Sven Gothel | 2014-07-07 | 3 | -11/+128 |
* | Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov... | Sven Gothel | 2014-07-05 | 2 | -57/+47 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 7 | -46/+48 |
* | 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 | 3 | -25/+187 |
* | Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE... | Sven Gothel | 2014-07-01 | 2 | -21/+65 |
* | WIP: Add Matrix4 OO wraper for FloatUtil matrix operations | Sven Gothel | 2014-06-28 | 1 | -0/+151 |
* | Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450... | Sven Gothel | 2014-06-28 | 2 | -567/+550 |
* | Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati... | Sven Gothel | 2014-06-27 | 5 | -245/+1478 |
* | VectorUtil: Fix method names, i.e. use type-suffix in end of function for cla... | Sven Gothel | 2014-04-09 | 3 | -73/+73 |
* | Add AABBox.getRayIntersection(..), VectorUtil.line2PlaneIntersection(..) incl... | Sven Gothel | 2014-04-09 | 3 | -1/+318 |
* | Fix Quaternion.rotateByEuler(..): Zero rotation shall lead to NOP instead of ... | Sven Gothel | 2014-04-09 | 1 | -2/+2 |
* | Bug 801: Reduce temp. object creation, i.e. GC load | Sven Gothel | 2014-04-02 | 1 | -11/+30 |
* | Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-02 | 1 | -0/+162 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 1 | -15/+149 |
* | Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc... | Sven Gothel | 2014-03-22 | 2 | -14/+86 |
* | AABBox: Add rotate(..) | Sven Gothel | 2014-03-17 | 1 | -22/+75 |
* | Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits .. | Sven Gothel | 2014-03-17 | 4 | -36/+110 |
* | Add generic support for picking via raycast intersection and AABBox (or similar) | Sven Gothel | 2014-03-16 | 3 | -4/+123 |
* | FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te... | Sven Gothel | 2014-03-15 | 4 | -182/+258 |
* | Quaternion: User EPSILON for all tests against zero and one (identity .. ) an... | Sven Gothel | 2014-03-15 | 3 | -41/+138 |
* | Bug 801: Remove Vertex.Factory from AffineTransform ; Add AABBox tranformed r... | Sven Gothel | 2014-03-15 | 1 | -15/+57 |
* | Bug 801: Outline/OutlineShape tranform and sort fixes ; Quaternion: Reduce mu... | Sven Gothel | 2014-03-15 | 1 | -12/+25 |
* | Quaternion: Fix and enhance class incl. Extensive Unit Tests (all passed) | Sven Gothel | 2014-03-14 | 1 | -232/+951 |
* | Math and PMVMatrix: Cleanup and Refine | Sven Gothel | 2014-03-14 | 3 | -163/+460 |
* | Bug 801: AffineTransform: Remove Serializable, make methods final; FloatUtil:... | Sven Gothel | 2014-03-06 | 2 | -12/+45 |
* | Bug 801: Fix 183e1bc1868699b99eb9f9c8bf18d646d1120a48 'window box' Calculation | Sven Gothel | 2014-03-05 | 1 | -0/+48 |
* | Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe... | Sven Gothel | 2014-03-05 | 3 | -108/+96 |
* | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 2 | -27/+138 |
* | Bug 747: VectorUtil: Make scale(..) creating new float[] deprecated, adding '... | Sven Gothel | 2013-12-10 | 1 | -5/+33 |
* | Add functions for converting to and from binary16 half-precision floating poi... | Mark Raynsford | 2013-10-31 | 3 | -0/+801 |
* | jogl: allow short-circuited comparison in comparison | Harvey Harrison | 2013-10-18 | 1 | -1/+1 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+3 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 7 | -177/+177 |
* | Remove deprecated methods. | Sven Gothel | 2013-07-04 | 1 | -14/+2 |
* | Quaternion: Fix float type - double epsilon slipped through review, where we ... | Sven Gothel | 2013-06-30 | 1 | -2/+2 |
* | VectorUtil, Quaternion: Use 'final' qualifier if possible | Sven Gothel | 2013-06-12 | 2 | -53/+53 |
* | Merge remote-tracking branch 'remotes/hharrison/pr743' | Sven Gothel | 2013-06-12 | 1 | -204/+239 |
|\ |
|
| * | Quaternion.java : fixed not clear assignment | Petr Skramovsky | 2013-06-05 | 1 | -2/+3 |
| * | new method for vector multiplication, new copy constructor | Petr Skramovsky | 2013-06-05 | 1 | -0/+28 |
| * | fixed isIdentity method, deprecated isEmpty method (quaternion doesn't have s... | Petr Skramovsky | 2013-06-05 | 1 | -13/+39 |
| * | removed unnecessary castings, removed unnecessary methods for vector operatio... | Petr Skramovsky | 2013-06-05 | 1 | -58/+11 |
| * | reformatted to same style | Petr Skramovsky | 2013-06-05 | 1 | -180/+207 |
* | | FloatUtil: Add in-place multMatrixf (since we mult line by line, we can multi... | Sven Gothel | 2013-06-09 | 1 | -0/+51 |
|/ |
|
* | jogl: remove executable bit from some java files and a png | Harvey Harrison | 2013-04-09 | 2 | -0/+0 |
* | Fix Bug 703: Quaternion slerp function. Disclaimer: Not tested / No unit test. | Harvey Harrison | 2013-04-09 | 1 | -30/+39 |