Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions content/ADR-219-static-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ The `Transform` component can be READ/WRITE from the scene. Under normal circums

The Cinematic Camera will be implemented applying components to the `CameraEntity`. The Cinematic Camera is still in the design phase.

The `PointerLocked` component (READ ONLY) presence signals the status of the pointer-locking of the renderer.
Comment thread
pravusjif marked this conversation as resolved.

The `WindowIdle` component (READ ONLY) presence signals if the renderer is in background-mode or it is actively rendering.

The `CameraMode { mode = ThirdPerson/FirstPerson }` component is used to get the current camera mode; it is only set from the Renderer.
Expand Down
Loading