Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RayTracingMeshInstanceConfig.dynamicGeometry

public bool dynamicGeometry;

Description

Whether Unity considers the geometry animated or not.

Set this value to True if (for example) a compute shader on the GPU animates the geometry. In this case the acceleration structure associated with the geometry rebuilds every frame.