This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
events:getting_started_with_godot_in_3d [2020/03/31 15:55] admin |
events:getting_started_with_godot_in_3d [2020/03/31 17:04] (current) admin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Getting Started with Godot in 3D ====== | ||
| ==== Notes for everyone ===== | ==== Notes for everyone ===== | ||
| * Create 3D spatial node, called World | * Create 3D spatial node, called World | ||
| Line 123: | Line 123: | ||
| Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE) | Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE) | ||
| </code> | </code> | ||
| + | |||
| + | * I think that's as far as we'll get in the first session, I'll make a start on [[Getting started with Godot in 3D Part 2|part two]] though. | ||
| ==== Notes for me ===== | ==== Notes for me ===== | ||