Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 3.41 KB

README.md

File metadata and controls

67 lines (41 loc) · 3.41 KB

CMU 15-462 - Scotty3D

Welcome to Scotty3D! This 3D graphics software implements interactive mesh editing, realistic path tracing, and dynamic animation. The original repository can be found here.

Implementing the functionality of the program constitutes the majority of the coursework for 15-462/662 Computer Graphics at Carnegie Mellon University.

The assignment description for mesh editing can be found here.

The assignment description for ray tracing can be found here.

The assignment description for animation can be found here.

To view the User Guide and Developer Manual, please visit the original project wiki here.

Example Images Generated by PathTracer:

alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text

Local and Global Operations Implemented for MeshEdit:

Edge Collapse:

alt text

Edge Flip:

alt text

Edge Split:

alt text

Face Bevel:

alt text

Triangulate:

alt text

Linear subdivision:

alt text

Loop subdivision:

alt text

Catmull-Clark subdivision:

alt text

Simplification:

alt text alt text