README.md 1.01 KB
Newer Older
TheNumbat's avatar
TheNumbat committed
1
2
3

# Scotty3D

Max Slater's avatar
Max Slater committed
4
![Ubuntu Build Status](https://github.com/CMU-Graphics/Scotty3D/workflows/Ubuntu/badge.svg) ![MacOS Build Status](https://github.com/CMU-Graphics/Scotty3D/workflows/MacOS/badge.svg) ![Windows Build Status](https://github.com/CMU-Graphics/Scotty3D/workflows/Windows/badge.svg)
TheNumbat's avatar
TheNumbat committed
5

TheNumbat's avatar
TheNumbat committed
6
7
8
Welcome to Scotty3D! This 3D graphics software package includes components for interactive mesh
editing, realistic path tracing, and dynamic animation. Implementing functionality in each of these areas
constitutes the majority of the coursework for 15-462/662 (Computer Graphics) at Carnegie Mellon University
TheNumbat's avatar
TheNumbat committed
9

TheNumbat's avatar
TheNumbat committed
10
Please visit the [documentation website](https://cmu-graphics.github.io/Scotty3D/).
TheNumbat's avatar
TheNumbat committed
11
12
13
14
15
16
17
18
19

## Sampled Screenshots (Fall 2020)

### MeshEdit

![fall 2020 meshes](docs/results/me_f20.png)

### PathTracer

TheNumbat's avatar
TheNumbat committed
20
![fall 2020 path tracer 0](docs/results/pt_f20_0.jpg)
TheNumbat's avatar
TheNumbat committed
21
22
23
![fall 2020 path tracer 1](docs/results/pt_f20_1.png)
![fall 2020 path tracer 2](docs/results/pt_f20_2.png)
![fall 2020 path tracer 3](docs/results/pt_f20_3.png)