Pinned Repositories
brdf
BRDF Viewer
Multithreaded-Ray-Tracer
A Multithreaded Skeleton Ray Tracer designed to help you get started with start ray tracing, with fast rendering speed! This has been adapted around Sverre Kvaale's original wxWidgets Skeleton to enhance speed, look and functionality of the original framework. Skeleton based on and for Kevin Suffern's Textbook Ray Tracing from the Ground Up.
SmartPointer
These are C++ pointers which store the address of an object, and count references to that object. When the reference count drops to zero, the object is automatically deallocated.
rcerise's Repositories
rcerise/brdf
BRDF Viewer
rcerise/Multithreaded-Ray-Tracer
A Multithreaded Skeleton Ray Tracer designed to help you get started with start ray tracing, with fast rendering speed! This has been adapted around Sverre Kvaale's original wxWidgets Skeleton to enhance speed, look and functionality of the original framework. Skeleton based on and for Kevin Suffern's Textbook Ray Tracing from the Ground Up.
rcerise/SmartPointer
These are C++ pointers which store the address of an object, and count references to that object. When the reference count drops to zero, the object is automatically deallocated.