Kanzi 3.9.10
frustum_cull_filter_runtime.hpp File Reference

Classes

class  kanzi::FrustumCullFilterRuntime
 Runtime for frustum cull filter. More...
 

Namespaces

namespace  kanzi
 

Typedefs

using kanzi::CameraSharedPtr
 CameraNode shared pointer.
 
using kanzi::CameraWeakPtr
 CameraNode weak pointer.
 

Functions

void kanzi::calculateFrustumPlanes (const Matrix4x4 &cameraViewMatrix, const Matrix4x4 &projectionMatrix, Plane *frustumPlanes)
 Internal function for calculating frustum planes.