Ray Tracer

CSCE 441

Post thumbnail
Post thumbnail
About this project This was the final project required from my Computer Graphics course. For this, I created a ray tracer in C++ with some external packages that could render spheres, ellipsoids, planes, and complex objects via OBJ files. In addition to the required aspects of the project, I also... [Read More]

Dynamic Geometry

CSCE 441

Post thumbnail
Post thumbnail
About this project This was the fifth project required from my Computer Graphics course. In this project, we had to implement three features we had never used before: attentuated light, dynamic geometry, and deferred rendering. Through this, I learned a lot about indexed drawings and the concept of doing multiple... [Read More]