56 const glm::dvec3& position,
57 const glm::dvec3& direction,
60 double fovy) noexcept;
A plane in Hessian Normal Format.
Classes that implement the 3D Tiles standard.
CullingVolume createCullingVolume(const glm::dvec3 &position, const glm::dvec3 &direction, const glm::dvec3 &up, double fovx, double fovy) noexcept
Creates a CullingVolume for a perspective frustum.
A culling volume, defined by four planes.
CesiumGeometry::Plane rightPlane
The right plane of the culling volume.
CesiumGeometry::Plane topPlane
The top plane of the culling volume.
CesiumGeometry::Plane leftPlane
The left plane of the culling volume.
CesiumGeometry::Plane bottomPlane
The bottom plane of the culling volume.