Another re-implementation of Peter Shirley's Ray Tracing in One Weekend with the following changes:
- use
stb_imagefor creating .png images instead of .pem - use Eigen rather than a naive vec3 class
- store normalized
Raydirections
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Another re-implementation of Peter Shirley's Ray Tracing in One Weekend with the following changes:
stb_image for creating .png images instead of .pemRay directions