Class: ClusterConfig
Defined in: src/gfx/renderJob/passRenderer/cluster/ClusterConfig.ts:9
Cluster grid dimensions for the Forward+ clustered lighting pass. The view frustum is divided into clusterTileX × clusterTileY screen-space tiles across clusterTileZ depth slices; each cluster holds the list of lights affecting it.
Constructors
Constructor
new ClusterConfig():
ClusterConfig
Returns
ClusterConfig
Properties
clusterTileX
staticclusterTileX:number=16
Defined in: src/gfx/renderJob/passRenderer/cluster/ClusterConfig.ts:11
Number of cluster tiles across the screen width.
clusterTileY
staticclusterTileY:number=16
Defined in: src/gfx/renderJob/passRenderer/cluster/ClusterConfig.ts:13
Number of cluster tiles across the screen height.
clusterTileZ
staticclusterTileZ:number=32
Defined in: src/gfx/renderJob/passRenderer/cluster/ClusterConfig.ts:15
Number of depth slices along the view direction.

