|
Photon Engine 2.0.0-beta
A physically based renderer.
|
#include "Math/Algorithm/BVH/TBvhItemInfo.h"#include "Math/Algorithm/BVH/BvhParams.h"#include "Math/constant.h"#include "Math/Geometry/TAABB3D.h"#include "Math/TVector3.h"#include "Utility/TSpan.h"#include <cstddef>#include <vector>#include <type_traits>#include <concepts>#include <utility>#include <array>#include "Math/Algorithm/BVH/TBvhBuilder.ipp"Go to the source code of this file.
Classes | |
| class | ph::math::TBvhBuilder< N, Item, ItemToAABB > |
Namespaces | |
| namespace | ph |
| The root for all renderer implementations. | |
| namespace | ph::math |
| Math functions and utilities. | |