|
@@ -71,8 +71,6 @@ function WebXRManager( gl ) {
|
|
frameOfRef = value;
|
|
frameOfRef = value;
|
|
isExclusive = session.exclusive;
|
|
isExclusive = session.exclusive;
|
|
|
|
|
|
- console.log( 0 );
|
|
|
|
-
|
|
|
|
} );
|
|
} );
|
|
|
|
|
|
}
|
|
}
|
|
@@ -89,8 +87,6 @@ function WebXRManager( gl ) {
|
|
|
|
|
|
this.requestAnimationFrame = function ( callback ) {
|
|
this.requestAnimationFrame = function ( callback ) {
|
|
|
|
|
|
- console.log( 1 );
|
|
|
|
-
|
|
|
|
function onFrame( time, frame ) {
|
|
function onFrame( time, frame ) {
|
|
|
|
|
|
pose = frame.getDevicePose( frameOfRef );
|
|
pose = frame.getDevicePose( frameOfRef );
|