#include <kanzi/core.ui/graphics3d/filter_object_source_runtime.hpp>
#include <kanzi/core/math/matrix4x4.hpp>
#include <kanzi/core/math/plane.hpp>
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... | |