MobileRT
1.0
A multi platform C++ CPU progressive Ray Tracer.
|
#include "MobileRT/Intersection.hpp"
#include "MobileRT/Material.hpp"
#include "MobileRT/Ray.hpp"
#include <glm/glm.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | MobileRT::AABB |
Namespaces | |
MobileRT | |
Functions | |
AABB | MobileRT::surroundingBox (const AABB &box1, const AABB &box2) |