From 8d086db791b3e3bb501e4d1b665b2dd165ce4e12 Mon Sep 17 00:00:00 2001 From: nanto2016 <118000184+nanto2016@users.noreply.github.com> Date: Sat, 18 May 2024 19:18:04 -0400 Subject: [PATCH] Scene requirement clarity As described in the issue I made: https://github.com/ramokz/phantom-camera-docs/issues/3 --- docs/introduction/scene-requirements.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/introduction/scene-requirements.md b/docs/introduction/scene-requirements.md index 3bebee5..b35bf73 100644 --- a/docs/introduction/scene-requirements.md +++ b/docs/introduction/scene-requirements.md @@ -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. \ No newline at end of file +After this, the scene is now meeting the minimum requirements, where as you move the `PhantomCamera` around the `Camera` is now following it.