---
layout: default
title: Homework
nav_exclude: true
---

Creative Coding I

Jonathan Ho | jonathan.g.ho@filmuniversitaet.de Prof. Dr. Lena Gieseke | l.gieseke@filmuniversitaet.de | Film University Babelsberg KONRAD WOLF

Session 03 - Space (10 points)

Local Installation

Task 03.03 - Your First Scene

Monolith:

Access Project Files: [Link] (https://github.com/KazLinDev/CTech_Submissions/tree/main/03_submission)

View Project: Link.

View Video of Project: Link.

Learnings

For my starting journey I watched the first few Tutorials of ThreeJSJourney. I learned how to create a 3D scene in Three.js including adding a directional Light, materials, and randomly scattered 3D objects. I also learned how to update the cameras location in runtime with simple Orbit Controls and to use Debugging Tools to Debug with lil GUI and how I can apply simple MatCap Textures to my 3D Models. It was a rough process to understand it without constantly looking up the documentation.