Skip to content

Commit

Permalink
Rename Spatial to Node3D
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdev023 authored Sep 2, 2023
1 parent c6fb48d commit 7ad4baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This plugin adds an OrbitCamera node in the Godot Editor.

## In the Editor
1. Enable OrbitCamera plugin in Project Settings > Plugins
2. Add Spatial node (used for rotating the camera) into current scene
3. Add OrbitCamera as a child of the Spatial node
4. Set *Anchor Node* property of OrbitCamera to the Spatial node
2. Add Node3D node (used for rotating the camera) into current scene
3. Add OrbitCamera as a child of the Node3D node
4. Set *Anchor Node* property of OrbitCamera to the Node3D node

## Controls (Mouse)
- Hold Left Mouse Button to orbit around the *Anchor Node*
Expand Down

0 comments on commit 7ad4baa

Please sign in to comment.