Atlas Engine
API Referencebezel

VehicleSettings

Vehicle axes, wheel configurations, controller settings, and stability limits.

Module: bezel

Vehicle axes, wheel configurations, controller settings, and stability limits.

Declaration

export type VehicleSettings = {
        up: Normal3d;
        forward: Normal3d;

        maxPitchRollAngleDeg: number;

        wheels: VehicleWheelSettings[];
        controller: VehicleControllerSettings;

        maxSlopAngleDeg: number;
    };

Properties

up

up: Normal3d;

forward

forward: Normal3d;

maxPitchRollAngleDeg

maxPitchRollAngleDeg: number;

wheels

wheels: VehicleWheelSettings[];

controller

controller: VehicleControllerSettings;

maxSlopAngleDeg

maxSlopAngleDeg: number;

On this page