API (v2.0.0) - Giro3D
    Preparing search index...

    Interface AxisGridOptions

    Constructor options for the AxisGrid entity.

    interface AxisGridOptions {
        adaptiveLabels?: boolean;
        name?: string;
        object3d?: Object3D<Object3DEventMap>;
        origin?: TickOrigin;
        style?: Partial<Style>;
        ticks?: Ticks;
        volume: Volume;
    }

    Hierarchy (View Summary)

    Index

    Properties

    adaptiveLabels?: boolean

    Toggles adaptive labels: labels outside the screen will be rendered at the screen edge.

    false
    
    name?: string

    The optional display name of this entity. Mostly used for debugging.

    object3d?: Object3D<Object3DEventMap>

    The root object of this entity. If none is provided, a new Group is created.

    origin?: TickOrigin

    The origin of the ticks volume

    TickOrigin.Relative

    style?: Partial<Style>

    The style to apply to lines and labels.

    ticks?: Ticks

    The distance between grid lines.

    100 on each axis.
    
    volume: Volume

    The grid volume