Interface ModelLoadOptions

Options for ModelLoader.load.

interface ModelLoadOptions {
    coordinateSystem?: CoordinateSystemParams;
}

Hierarchy (View Summary)

Properties

coordinateSystem?: CoordinateSystemParams

Describes the coordinate system of the model to load.

When provided, this enables the loader to automatically transform the model from its local oordinate system to the Scene's global coordinate system.