aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/stereo/GenericStereoDevice.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-2/+2
* Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,...Sven Gothel2023-04-051-5/+6
* StereoDevice (Generic/OVR): Add knowledge about LocationSensorParameter and a...Sven Gothel2015-07-201-0/+6
* Clarify code in stereo/ovr: Comments, states, names, formatting.Sven Gothel2015-07-201-15/+6
* Bug 1151 - Working OculusVR SDK 0.5.0.1 on GNU/Linux w/ Positional Tracker (DK2)Sven Gothel2015-07-181-10/+46
* Bug 1116: Add ShutdownHook for all factories and devices to StereoDeviceFacto...Sven Gothel2015-03-271-0/+5
* Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker)Sven Gothel2015-03-211-278/+95
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-6/+6
* Bug 1021: Refine Stereo API; Fix GenericStereoDevice; Fix StereoDemo01 for mo...Sven Gothel2014-08-071-20/+30
* StereoDevice: Don't make inner class's method private due to wrapper generati...Sven Gothel2014-07-081-1/+1
* GenericStereoDevice: Cast to float before operating division, requesting floa...Sven Gothel2014-07-081-3/+4
* Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ...Sven Gothel2014-07-071-0/+457