Default to no culling for the shadow pass

This commit is contained in:
James Seibel
2024-02-11 14:56:12 -06:00
parent 5d4268e902
commit cc134092ed
4 changed files with 55 additions and 11 deletions
@@ -26,7 +26,10 @@ import com.seibel.distanthorizons.coreapi.util.math.Mat4f;
/**
* The culling frustum used during Distant Horizons' shadow pass
* if another mod has enabled Distant Horizons' shadow
* pass via the API.
* pass via the API. <br><br>
*
* If no {@link IDhApiShadowCullingFrustum} is bound then culling
* will not be done in the shadow pass.
*
* @see IDhApiCullingFrustum
*