Kanzi  3.9.6
Kanzi Engine API
frustum_cull_filter_runtime.hpp File Reference

Classes

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

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Typedefs

using kanzi::CameraSharedPtr = shared_ptr< Camera >
 CameraNode shared pointer. More...
 
using kanzi::CameraWeakPtr = weak_ptr< Camera >
 CameraNode weak pointer. More...
 

Functions

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