EMjCameraTrackingMode (Enum)¶
MJCF
<camera mode="...">tracking mode. Mirrors MuJoCo's
mjtCamLight subset that applies to cameras. Distinct from
EMjCameraMode above (which is URLab's render-mode selector,
not a MuJoCo concept).
- Fixed: camera attached to its body with a fixed transform.
- Track: camera follows the body's world position, keeps own rotation.
- TrackCom: like Track but follows the subtree centre of mass.
- TargetBody: camera stays at its own position; rotates to look at target body.
- TargetBodyCom: like TargetBody but aims at the target's subtree CoM.
| Attribute | Value |
|---|---|
| UE Macro | UENUM |
| Blueprint Type | ✅ Yes |
Values¶
| Name | Display Name | Description |
|---|---|---|
Fixed |
Fixed | |
Track |
Track | |
TrackCom |
Track (Centre of Mass) | |
TargetBody |
Target Body | |
TargetBodyCom |
Target Body (Centre of Mass) |