|
@@ -379,6 +379,8 @@ function WebVRManager( renderer ) {
|
|
|
|
|
|
animation.setAnimationLoop( callback );
|
|
animation.setAnimationLoop( callback );
|
|
|
|
|
|
|
|
+ if ( isPresenting() ) { animation.start(); }
|
|
|
|
+
|
|
};
|
|
};
|
|
|
|
|
|
this.submitFrame = function () {
|
|
this.submitFrame = function () {
|