Props for CameraTargetMarker
Optional
color?: number | string | Colorcolor of the rendered marker
Optional
fixedX?: numberfix/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
Optional
fixedY?: numberfix/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
Optional
fixedZ?: numberfix/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
Optional
opacity?: numberopacity of the rendered marker
Optional
radius?: numberradius in world units of the camera target marker
Optional
renderOrder?: numberrender order
A simple component for indicating the current camera target.
Example