videx-3d
    Preparing search index...

    Type Alias CameraTargetMarkerProps

    Props for CameraTargetMarker

    type CameraTargetMarkerProps = {
        color?: number | string | Color;
        depthTest?: boolean;
        depthWrite?: boolean;
        fixedX?: number;
        fixedY?: number;
        fixedZ?: number;
        opacity?: number;
        radius?: number;
        renderOrder?: number;
    }
    Index

    Properties

    color?: number | string | Color

    color of the rendered marker

    depthTest?: boolean

    depth test

    depthWrite?: boolean

    depth write

    fixedX?: number

    fix/lock the position of the camera target marker to a specific position along the x-axis. Can be useful if you add multiple camera targets

    fixedY?: number

    fix/lock the position of the camera target marker to a specific position along the y-axis. Can be useful if you add multiple camera targets

    fixedZ?: number

    fix/lock the position of the camera target marker to a specific position along the z-axis. Can be useful if you add multiple camera targets

    opacity?: number

    opacity of the rendered marker

    radius?: number

    radius in world units of the camera target marker

    renderOrder?: number

    render order