David Catuhe %!s(int64=8) %!d(string=hai) anos
pai
achega
be87c16178
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Cameras/VR/babylon.webVRCamera.ts

+ 1 - 1
src/Cameras/VR/babylon.webVRCamera.ts

@@ -215,7 +215,7 @@ module BABYLON {
         };
 
         public getForwardRay(length = 100): Ray {
-            var m = this.leftCamera.getWorldMatrix();
+            var m = this.leftCamera.getWorldMatrix(); // Need the actual rendered camera
 
             var origin = this.position.add(this.devicePosition);