dynamicGeometry
dynamicGeometry is deprecated. Use RayTracingAABBsInstanceConfig.rayTracingMode instead.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public bool dynamicGeometry { readonly get; set; }
Remarks
Whether the data in RayTracingAABBsInstanceConfig.aabbBuffer is dynamic. If the data is dynamic and changes frequently, Unity rebuilds the acceleration structure of the geometry referenced by this ray tracing instance configuration every frame. If you set this property to , Unity ignores RayTracingAABBsInstanceConfig.rayTracingMode and uses RayTracingMode.DynamicGeometry.
true