enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseFlags used by RayTracingAccelerationStructure.CullInstances.
None | No flags are specified in RayTracingAccelerationStructure.CullInstances. |
EnableSphereCulling | Causes RayTracingAccelerationStructure.CullInstances to perform sphere culling. |
EnablePlaneCulling | Causes RayTracingAccelerationStructure.CullInstances to perform plane culling. |
EnableLODCulling | Causes RayTracingAccelerationStructure.CullInstances to perform LOD culling. |
ComputeMaterialsCRC | Causes RayTracingAccelerationStructure.CullInstances to compute the CRC hash values of all unique Materials used by ray tracing instances that were added to the acceleration structure. |
IgnoreReflectionProbes | Causes RayTracingAccelerationStructure.CullInstances to ignore Renderers that have a ReflectionProbe as a sibling Component. |