Skip to content
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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Project 6: Implicit surfaces - Marching cubes
__Name: Rudraksha Shah__

__Penn ID: rdimple__

##Documentation

Implemented Marching Cubes and shaded the surface with iridescent shading.

BUG: Have one issue regarding the disappearence of certain triangles on the metaballs mesh where the triangles don't appear at certain places in the mesh. Working on fixing this issue.

---------------------------------------------------------------

**Goal:** Implement an isosurface created from metaballs using the marching cubes algorithm.

Expand Down
Loading