Skip to content

Commit

Permalink
Scene requirement clarity
Browse files Browse the repository at this point in the history
As described in the issue I made: ramokz#3
  • Loading branch information
nanto2016 authored May 18, 2024
1 parent 06704f5 commit 8d086db
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/introduction/scene-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
Once installed, and to get started with the addon, a given 2D/3D scene will need the below minimum setup:

- A `Camera2D`/`Camera3D` node
- Without a parent node _except_ for the scene's root.
- A`PhantomCameraHost` node
- A `PhantomCameraHost` node
- As a child of the `Camera2D`/`Camera3D`.
- At least one`PhantomCamera2D`/`PhantomCamera3D` node
- Without a parent node _except_ for the scene's root.
- At least one `PhantomCamera2D`/`PhantomCamera3D` node

After this, the scene is now meeting the minimum requirements, where as you move the `PhantomCamera` around the `Camera` is now following it.
After this, the scene is now meeting the minimum requirements, where as you move the `PhantomCamera` around the `Camera` is now following it.

0 comments on commit 8d086db

Please sign in to comment.