|
@@ -97,6 +97,7 @@ declare module "../../Engines/engine" {
|
|
/**
|
|
/**
|
|
* Call this function to switch to webVR mode
|
|
* Call this function to switch to webVR mode
|
|
* Will do nothing if webVR is not supported or if there is no webVR device
|
|
* Will do nothing if webVR is not supported or if there is no webVR device
|
|
|
|
+ * @param options the webvr options provided to the camera. mainly used for multiview
|
|
* @see http://doc.babylonjs.com/how_to/webvr_camera
|
|
* @see http://doc.babylonjs.com/how_to/webvr_camera
|
|
*/
|
|
*/
|
|
enableVR(options: WebVROptions): void;
|
|
enableVR(options: WebVROptions): void;
|