File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed 
jme3-vr/src/main/java/com/jme3/input/vr/lwjgl_openvr Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ tasks.withType(JavaCompile) { // compile-time options:
2525}
2626
2727ext  {
28-     lwjgl3Version =  ' 3.2.3 ' //  used in both the jme3-lwjgl3 and jme3-vr build scripts
28+     lwjgl3Version =  ' 3.3.0 ' //  used in both the jme3-lwjgl3 and jme3-vr build scripts
2929}
3030
3131repositories  {
Original file line number Diff line number Diff line change 1515import  java .util .logging .Level ;
1616import  java .util .logging .Logger ;
1717import  org .lwjgl .BufferUtils ;
18- import  org .lwjgl .openvr .HmdMatrix34 ;
19- import  org .lwjgl .openvr .HmdMatrix44 ;
20- import  org .lwjgl .openvr .TrackedDevicePose ;
21- import  org .lwjgl .openvr .VR ;
22- import  org .lwjgl .openvr .VRCompositor ;
23- import  org .lwjgl .openvr .VRSystem ;
18+ import  org .lwjgl .openvr .*;
2419
2520/** 
2621 * A class that wraps an <a href="https://github.com/ValveSoftware/openvr/wiki/API-Documentation">OpenVR</a> system.  
@@ -235,7 +230,7 @@ public boolean isInitialized() {
235230
236231    @ Override 
237232    public  void  reset () {
238-         VRSystem . VRSystem_ResetSeatedZeroPose ( );
233+         VRChaperone . VRChaperone_ResetZeroPose ( VR . ETrackingUniverseOrigin_TrackingUniverseSeated );
239234        hmdSeatToStand  = null ;
240235    }
241236
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments