We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b91aebf + f7d8c64 commit e699c32Copy full SHA for e699c32
examples/jsm/vr/WebVR.d.ts
@@ -7,5 +7,5 @@ export interface WEBVROptions {
7
}
8
9
export namespace WEBVR {
10
- export function createButton( renderer: WebGLRenderer, options: WEBVROptions );
+ export function createButton( renderer: WebGLRenderer, options?: WEBVROptions );
11
0 commit comments