TinyRaytracer 0.1
A simple C++ raytracer
|
#include "helper.hpp"
#include "libpng.h"
#include "vec3.hpp"
#include "interval.hpp"
#include <memory>
Go to the source code of this file.
Classes | |
class | RGB |
class | RGBA |
struct | Texcoord |
class | Ray |
Class Ray, consists of a eye and direction. More... | |
class | AABB |