Skip to content

Commit

Permalink
Allows for total crazyness
Browse files Browse the repository at this point in the history
  • Loading branch information
Popov72 committed Apr 13, 2023
1 parent 7a6e1f2 commit 3776a3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ export class CascadedShadowGenerator extends ShadowGenerator {
/**
* Defines the minimum number of cascades used by the CSM.
*/
public static readonly MIN_CASCADES_COUNT = 2;
public static MIN_CASCADES_COUNT = 2;
/**
* Defines the maximum number of cascades used by the CSM.
*/
public static readonly MAX_CASCADES_COUNT = 4;
public static MAX_CASCADES_COUNT = 4;

protected _validateFilter(filter: number): number {
if (filter === ShadowGenerator.FILTER_NONE || filter === ShadowGenerator.FILTER_PCF || filter === ShadowGenerator.FILTER_PCSS) {
Expand Down

0 comments on commit 3776a3a

Please sign in to comment.