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

Felicity's Submission (link doesn't work tho :( ) #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CIS 566 Homework 2: Implicit Surfaces

## Submission

Name: Felicity Yick
Pennkey: feliyick

Link: https://feliyick.github.io/hw02-raymarching-sdfs/ (It doesn't work :( I couldn't figure it out)

Screenshot:

![rapunzelTower_Sdf](https://user-images.githubusercontent.com/59979404/136284364-13359e57-8b1c-463d-94a1-c7eb2056368d.PNG)


Reference Image:

![rapunzelTower](https://user-images.githubusercontent.com/59979404/136284434-f7997759-83a2-485a-a61f-506c6244440e.png)

Features
- Rapunzel's tower constructed using smoothUnioned and transformed SDFs
- Hard shadows and basic lambertian reflection
- Animated flying 'birds'; Body and wing movement controlled using bias and sin functions.
- Around 12fps when plugged into my monitor. Around 1fps when not :(

## Objective
- Gain experience with signed distance functions
- Experiment with animation curves
Expand Down
Loading