Options
Constructor
constructor
constructor(parameters: object): Options
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
parameters | object | Yes | - | |
parameters.camera | CameraOptions | object | No | new CameraOptions() | Can be an CameraOptions instance or directly the parameter to pass on the CameraOptions constructor |
parameters.scene | SceneOptions | object | Yes | - | Can be an SceneOptions instance or directly the parameter to pass on the SceneOptions constructor |
parameters.wayfinding | WayfindingOptions | object | No | new WayfindingOptions() | Can be an WayfindingOptions instance or directly the parameter to pass on the WayfindingOptions constructor |