getFrustum method
Gets the shadow cameras frustum. Used internally by the renderer to cull objects.
Implementation
Frustum getFrustum() {
return frustum;
}
Gets the shadow cameras frustum. Used internally by the renderer to cull objects.
Frustum getFrustum() {
return frustum;
}