User Tools

Site Tools


events:getting_started_with_godot_in_3d

This is an old revision of the document!


Notes for everyone

  • Create 3D spatial node, called World
  • Add child node, create KinematicBody, called Player
  • Add child node to player, type Collision Shape, type capsule
  • Make vertical. Transform x by 90 degrees. Set radius to 0.75, height to 1.25.

Notes for me

  • Explain viewports:
    • move mode:
      • middle mouse - change position
      • shift middle, move around in 3d space
      • right mouse - change angle
    • rotate mode:
      • middle rotate around object
    • mouse wheel zoom
    • F to focus on object, O to focus on origin
events/getting_started_with_godot_in_3d.1585588241.txt.gz · Last modified: 2020/03/30 18:10 by admin