Constructor parameters for AircraftExhaustTrail.

interface AircraftExhaustTrailParams {
    config?: AircraftControllerConfig;
    coordinateSystem?: unknown;
    modelId: string;
    scene: Scene;
}

Properties

Shared aircraft config containing exhaust and afterburner settings.

coordinateSystem?: unknown

Coordinate system assigned to the generated exhaust SceneModel.

modelId: string

Aircraft model ID used to derive default generated object IDs.

scene: Scene

Scene that will own the generated exhaust SceneModel.