aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to com.jogamp.opengl.math -> com.jogamp.mathHEADmasterSven Gothel2023-09-222-3/+3
|
* Linux: Use sched_yield() instead of deprecated pthread_yield()v2.5.0v2.4.0Sven Gothel2023-01-171-3/+3
|
* Add missing DEBUG dummy-function for HEADLESSv2.3.2jogamp_0.5.0.1Sven Gothel2015-08-201-0/+4
|
* Fix build for Windows/MingW64 (32bit target)Sven Gothel2015-07-162-1/+13
|
* Fix build for Windows/MingW64 ...Sven Gothel2015-07-1510-4/+58
|
* Fix compilation / linkage of 0.5.0.1 HEADLESS_APP modeSven Gothel2015-07-143-7/+92
| | | | Tested: GNU/Linux and OSX
* Merge branch 'vanilla_0.5.0.1' into jogamp_0.5.0.1Sven Gothel2015-03-28282-41521/+52920
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: LibOVR/Include/OVR_CAPI_0_5_0.h LibOVR/Src/CAPI/CAPI_HMDState.cpp LibOVR/Src/Displays/OVR_Win32_Dxgi_Display.h LibOVR/Src/Kernel/OVR_System.cpp LibOVR/Src/OVR_CAPI.cpp LibOVR/Src/OVR_Profile.cpp LibOVRKernel/Src/Kernel/OVR_ThreadsWinAPI.cpp LibOVRKernel/Src/Kernel/OVR_Types.h
| * Bump OculusVR RIFT SDK to 0.5.0.1vanilla_0.5.0.1Sven Gothel2015-03-28278-41355/+52894
| |
| * Remove unused files (unrelated for sources)vanilla_0.4.4Sven Gothel2015-03-285-262/+0
| |
* | Bug 1116: Oculus SDK 0.4.4 support for JOGL: Use new 'HEADLESS_APP' mode, ↵v2.3.1jogamp_0.4.4Sven Gothel2015-03-2710-2/+115
| | | | | | | | | | | | | | | | | | i.e. drop all display related code. HEADLESS_APP (new CPP define) is required to drop all display related code. TODO: JOGL needs to display the HSW (Health and Safety Warning) messages to comply w/ license!
* | Complete merge w/ vanilla_0.4.4, i.e. patches for mingw64Sven Gothel2015-03-211-1/+1
| |
* | Merge branch 'vanilla_0.4.4' and resolve conflictsSven Gothel2015-03-21297-27045/+64747
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO: Validate for removed patches due to relocation Resolved Conflicts: LibOVR/Src/Kernel/OVR_ThreadsWinAPI.cpp LibOVR/Src/OVR_Linux_HMDDevice.cpp LibOVR/Src/OVR_OSX_HMDDevice.cpp LibOVR/Src/OVR_Profile.cpp LibOVR/Src/OVR_Sensor2Impl.cpp LibOVR/Src/OVR_SensorFusion.cpp LibOVR/Src/OVR_SensorImpl.cpp LibOVR/Src/OVR_Win32_DeviceStatus.cpp LibOVR/Src/OVR_Win32_HIDDevice.cpp LibOVR/Src/OVR_Win32_HIDDevice.h LibOVR/Src/OVR_Win32_HMDDevice.cpp
| * Bump OculusVR RIFT SDK to 0.4.4Sven Gothel2015-03-21297-26858/+64559
| |
| * Remove Remove Firmware - Not required for bindingvanilla_0.3.2Sven Gothel2015-03-212-19/+0
| |
| * LICENSE 3.1: Cleanup whitespace and line wrapping (80)Sven Gothel2015-03-211-180/+187
| | | | | | | | allowing comparison w/ LICENSE 3.2
* | Remove Firmware - Not required for bindingjogamp_0.3.2Sven Gothel2015-03-212-19/+0
| |
* | Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker)Sven Gothel2015-03-212-14/+12
| | | | | | | | Adopt to JOGL commit 32fc8f3a64cfeee8936af98ae49f8e7c8dfe982f
* | Fixing DK2 screen parameters for linux, windows and osxBrad Davis2015-03-173-3/+3
| |
* | Product 3 (DK2) not properly detectedBrad Davis2015-03-171-1/+1
| |
* | Suffixed constants to enable clean builds in architectures with differently ↵Eric W. Brown2015-03-171-6/+6
| | | | | | | | sized longs (like 32 bit Intel Macs).
* | Fix a race condition in the sensor reset code that causes non-existent ↵Brad Davis2015-03-171-1/+1
| | | | | | | | camera position data to be used if the sensor starts receiving messages too soon after ovr_Initialize()
* | Bug 1135 - Cleanup: Fix native code WarningSven Gothel2015-03-061-1/+1
| |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 3)Sven Gothel2015-02-021-2/+2
| |
* | Add java code of DistortionMeshProducer for lens usage, as included in ↵Sven Gothel2014-07-073-0/+1136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oculus VR RIFT SDK 0.3.2 (w/ dependency on JOGL) This code has been added to the oculusvr-sdk sub-module due to the unclear license situation. While including these parts w/ the whole SDK, we do not violate the RIFT SDK licence - to our knowledge. +++ Code implements JOGL's 'jogamp.opengl.util.stereo.DistortionMesh.Producer' interface. The implementation heavily uses RIFT SDK mathematical equations, comments, algorithms and constants (DK1). RIFT SDK C++ code has been partially ported to Java. Purpose it to add a development testbed for JOGL without requiring to bind to the native SDL library and to experiment w/ some parameters. This module may be used for educational purposes with JOGL's 'jogamp.opengl.util.stereo.GenericStereoDevice' If 'compiled in' with the SDK, reflection it utilized in one of GenericStereoDevice configuration to load this functionality. This module is not useful for real VR integration, since it missies proper parameter detection as well as sensor support. For real VR integration, the fully fledged 'jogamp.opengl.oculusvr.OVRStereoDevice' shall be used instead. The latter is part of JOGL and binds dynamically into the RIFT SDK native library, which is provided within this sub-module (oculusvr-sdk).
* | Enable compatibility w/ gcc/mingw64Sven Gothel2014-06-208-9/+20
|/ | | | | | | | | | | | | These changes enable gcc/mingw64 compatibility. Besides adding fixes of my own, the following changes were considered: https://github.com/parasti/OculusSDK-MinGW/commit/8fa94f4cc1d7e9d34a1908a4d69df52e5d998a20 https://github.com/parasti/OculusSDK-MinGW/commit/b4681523477b15bea94379eb11b17be9daa7ac17 https://github.com/larspensjo/OculusSDK-MinGW/commit/213118fdc1798a54b4efb930c3427b694abd8b31 Big KUDOS to - Jānis Rūcis aka 'parasti' - Lars Pensjö aka 'larspensjo'
* Merge OculusSDK 0.3.2 MacOS Source CodeSven Gothel2014-06-199-0/+2785
| | | | | - converted all text files to unix format first, allowing to skip all white-changes-only files
* Merge OculusSDK 0.3.2 Windows Source CodeSven Gothel2014-06-1959-0/+21781
|
* Add OculusSDK 0.3.2 Linux Source Code w/o Samples, docs or binaries (libs or ↵Sven Gothel2014-06-19132-0/+54086
tools)