Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #24

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CIS 5660 HW03 Procedural Buildings

My inspiration is the houses fromm the lorax movie.

I added noise distortion to the walls and supports. I also added a roof.

Render:

<img width="638" alt="Screenshot 2024-10-21 at 11 51 18 PM" src="https://github.com/user-attachments/assets/c6ccd183-0dac-4f7d-a788-8b1a299d0305">

Video:

https://github.com/user-attachments/assets/a65d4aea-6f92-42a1-b687-dcf293ed12f4



## Project Overview
In this homework you’ll gain more experience with tool creation and loops. The core of this homework will be following a Procedural House tutorial to create a multi-floor building generator. The tutorial is linked here:
https://www.youtube.com/watch?v=uIe97023sDk&t=979s&ab_channel=SimonHoudini
Expand Down