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

Session 03 - Space (10 points)

Task 03.03 - Your First Scene

Submission:

Abstract sculpture that randomly reshapes with every page refresh.

Access Project Files: https://github.com/MariaJende/cc1_ws2526_03_jende_03

View Project: https://cc1ws252603jendesculpture.vercel.app/

View Video of Project: https://owncloud.gwdg.de/index.php/s/BNAZ1G6m312k8TV

</br>

Learnings

Please summarize your personal learnings. What was challenging for you in this session? How did you challenge yourself?

Submission: With this week’s project, I wanted to explore how the process of sweeping, which I know from 3D modeling, can be translated into Three.js. I found it a bit complicated and had to rethink my approach.
I also tried to work without ChatGPT’s help and implement as much of the code as possible using my existing knowledge and the Three.js documentation. This approach worked well, except that rotating the normals along the vector turned out to be more complex than I expected, so I used ChatGPT for support.