Class: FrustumCSM
Constructors
Properties
Methods
Constructors
constructor
• new FrustumCSM(blockCount
): FrustumCSM
Parameters
Name | Type |
---|---|
blockCount | number |
Returns
Defined in
Properties
sections
• sections: FrustumSection
[]
Defined in
children
• children: FrustumChild
[]
Defined in
name
• name: string
Defined in
Methods
update
▸ update(p
, pvInv
, near
, far
, shadowSetting
): this
Parameters
Name | Type |
---|---|
p | Matrix4 |
pvInv | Matrix4 |
near | number |
far | number |
shadowSetting | ShadowSetting |
Returns
this