Glavin001 / Raytracer

Raytracer for CSCI 4471 Computer Graphics class project
http://glavin001.github.io/Raytracer
8 stars 2 forks source link

Additional Primitives #22

Open Glavin001 opened 9 years ago

Glavin001 commented 9 years ago

Implement one or more additional primitive(s) of your choice, e.g. torus, cone, cylinder, or other. Note that if you implement transformations, then you only need to implement the simple axis-aligned case for any additional primitives. Note that some primitives, e.g. a torus or higher order implicit surfaces, can be implemented by solving for t with a numerical root finder. If you do this, make sure to indicate this in your final report, so that you get appropriate credit for doing so.