|
VisuTwin Canvas
C++ 3D Engine — Metal Backend
|
#include "shadowCasterFiltering.h"#include <algorithm>#include "framework/components/camera/cameraComponent.h"#include "framework/components/render/renderComponent.h"#include "framework/entity.h"#include "scene/camera.h"#include "scene/frustumUtils.h"#include "scene/meshInstance.h"#include "scene/mesh.h"#include "scene/materials/material.h"Go to the source code of this file.
Namespaces | |
| namespace | visutwin |
| namespace | visutwin::canvas |
Functions | |
| bool | visutwin::canvas::shouldRenderShadowMeshInstance (MeshInstance *meshInstance, Camera *shadowCamera) |
| bool | visutwin::canvas::shouldRenderShadowRenderComponent (const RenderComponent *renderComponent, const Camera *camera) |