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.engine | EngineOptions | object | Yes | - | Can be an EngineOptions instance or directly the parameter to pass on the EngineOptions constructor |
parameters.loader | AdsumLoader | Yes | - | |
parameters.wayfinding | WayfindingOptions | object | No | new WayfindingOptions() | Can be an WayfindingOptions instance or directly the parameter to pass on the WayfindingOptions constructor |