MeshDownloaderResult
Represents a single mesh result with geometry, texture, and transform data.
Declaration
struct MeshDownloaderResultConstructors
init(fromC cResult: ARDK_MeshDownloader_Data, owner: ResourceOwner?)
Properties
| Name | Type | Summary |
|---|---|---|
| let imageData | NsdkBuffer | The texture image data for the mesh, or an empty buffer if texture was not requested. |
| let meshData | MeshData | The mesh geometry data containing vertices, faces, and texture coordinates. |
| let transform | simd_float4x4 | The transform matrix that positions this mesh in world space. |