ShadowMeshDraw Type
A mesh draw collected for the shadow pass (caster geometry).
Record fields
| Record Field |
Description
|
Full Usage:
CastsShadow
Field type: bool
|
Whether this draw was emitted while shadows were enabled. The shadow pass renders only
draws with
|
|
|
|
|
|
World-space bounds (mesh.Bounds transformed by Transform). Precomputed at collection time so the per-caster frustum cull in runShadowPass is a single ContainmentType check.
|
Mibo