Pass XRFrame reference to client render loop.
@@ -353,7 +353,7 @@ function WebXRManager( renderer, gl ) {
}
- if ( onAnimationFrameCallback ) onAnimationFrameCallback( time );
+ if ( onAnimationFrameCallback ) onAnimationFrameCallback( time, frame );