#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 | |
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. | |