Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 595 Bytes

File metadata and controls

19 lines (15 loc) · 595 Bytes

Lab 2: Hello 3D

Please complete the following exercise:

Create a 3D godot project that has:

  • A godot project in a github repository (can be the same repository from last week)
  • A 3D Scene with:
    • A Camera
    • A Light source
    • A simple level made with CSG Shapes
    • A controllable Characterbody3d

Upload that project to github and submit the link to the repository page here on blackboard

Grading

  • 1 Point for submitting anything on Github
  • 1 Point for having a camera and a light source
  • 2 Points for simple csg level
  • 2 Point for a controllable characterbody3d