blob: 23531c04079d4b3cda6102a8f38dfb7df146572e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# This .cfg file is used to generate the JOAL interface.
Include oculusvr-common.cfg
Style AllStatic
JavaClass OVR
Import com.jogamp.oculusvr.*
Import com.jogamp.common.util.SecurityUtil
Import java.security.PrivilegedAction
IncludeAs CustomJavaCode OVR oculusvr-ovr-CustomJavaCode.java
# Provide #includes to native code
CustomCCode #define HEADLESS_APP 1
CustomCCode typedef struct ovrHmdStruct {
CustomCCode } OvrHmdContext;
CustomCCode #include <OVR_CAPI.h>
|