Version: 2022.2
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

RayTracingAccelerationStructure.UpdateInstanceTransform

매뉴얼로 전환
public void UpdateInstanceTransform (Renderer renderer);
public void UpdateInstanceTransform (int handle, Matrix4x4 matrix);

파라미터

renderer 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.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961