Function CameraTargetMarker

A simple component for indicating the current camera target.

<CameraTargetMarker />
  • Parameters

    • __namedParameters: CameraTargetMarkerProps

      Props for CameraTargetMarker

      • Optionalcolor?: number | string | Color

        color of the rendered marker

      • OptionalfixedX?: 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

      • OptionalfixedY?: 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

      • OptionalfixedZ?: 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

      • Optionalopacity?: number

        opacity of the rendered marker

      • Optionalradius?: number

        radius in world units of the camera target marker

      • OptionalrenderOrder?: number

        render order

    Returns Element