Skip to content

Releases: OrdinarilySam/raytracer

Release 1c

11 Mar 06:48
Compare
Choose a tag to compare

1c adds support for triangles and textures. Triangles support normal mapping for smooth normals and texel coordinates to display textures at specific locations on the triangle. Spheres also support textures without mapping, which wraps the texture around it, bunching it up on the poles.

Triangles defined using obj file standards.

1b completed

16 Feb 23:29
Compare
Choose a tag to compare

Release 1a

31 Jan 22:51
Compare
Choose a tag to compare

This is the hw1a release for CSCI 5607