Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RayTracingGeometryInstanceConfig

Parameters you can use to configure ray tracing triangle geometry instances that are part of a RayTracingAccelerationStructure.
Read time 2 minutesLast updated 4 days ago

Definition

public struct RayTracingGeometryInstanceConfig

Remarks

The triangle geometry is specified using GraphicsBuffers containing vertex and index data and additional parameters.

Properties

Property

Description

accelerationStructureBuildFlagsThe flags Unity uses when it builds the acceleration structure for the geometry referenced by this ray tracing instance configuration.
accelerationStructureBuildFlagsOverrideWhether to override the build flags specified when creating a RayTracingAccelerationStructure.
dynamicGeometryWhether Unity considers the geometry animated or not.
enableTriangleCullingWhether front/back face culling for this ray tracing instance is enabled.
frontTriangleCounterClockwiseWhether to flip the way triangles face in this ray tracing instance.
indexBufferThe index buffer that Unity uses to define the ray tracing geometry instance.
indexCountThe amount of indices from RayTracingGeometryInstanceConfig.indexBuffer that defines this ray tracing geometry instance.
indexStartThe first index from RayTracingGeometryInstanceConfig.indexBuffer that defines this ray tracing geometry instance.
layerThe Layer used by the ray tracing instance.
lightProbeProxyVolumeThe LightProbeProxyVolume the ray tracing instance uses.
lightProbeUsageThe Light probe interpolation type for this instance.
maskThe ray tracing instance mask.
materialThe Material the ray tracing instance uses.
materialPropertiesAdditional Material properties to apply onto Material.
motionVectorModeMotion vector mode.
renderingLayerMaskA mask that you can access in HLSL with
unity_RenderingLayer
built-in shader uniform.
subMeshFlagsFlags that determine the ray-geometry intersection behavior relative to Material type during ray tracing.
vertexAttributesAn array of vertex attributes that define the vertex format of RayTracingGeometryInstanceConfig.vertexBuffer.
vertexBufferThe vertex buffer that Unity uses to define the ray tracing geometry instance.
vertexCountThe amount of vertices from RayTracingGeometryInstanceConfig.vertexBuffer that defines this ray tracing geometry instance.
vertexStartThe index of the first vertex from RayTracingGeometryInstanceConfig.vertexBuffer that defines this ray tracing geometry instance.