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.
Closerenderer | The Renderer associated with a ray tracing instance. |
matrix | The new transformation matrix of the ray tracing instance in the case of a AABB ray tracing instance. |
handle | The handle associated with a AABB ray tracing instance. |
Updates the transformation of a ray tracing instance.
For a ray tracing instance associated with a Renderer component, the transformation is retrieved from the Transform component.
For a ray tracing instance associated with a axis-aligned bounding box (AABB) GraphicsBuffer, the handle that was returned by RayTracingAccelerationStructure.AddInstance function should be passed along with a new transformation matrix.
The transformation matrix can be accessed in shader code using WorldToObject() or ObjectToWorld() HLSL functions.
Note that building the acceleration structure on the GPU has to be triggered by calling RayTracingAccelerationStructure.Build or CommandBuffer.BuildRayTracingAccelerationStructure.