Skip to main content
API Reference SwiftyNsdk

MeshDownloaderResult

Represents a single mesh result with geometry, texture, and transform data.

Declaration

struct MeshDownloaderResult

Constructors

init(fromC cResult: ARDK_MeshDownloader_Data, owner: ResourceOwner?)

Properties

NameTypeSummary
let imageDataNsdkBuffer
The texture image data for the mesh, or an empty buffer if texture was not requested.
let meshDataMeshData
The mesh geometry data containing vertices, faces, and texture coordinates.
let transformsimd_float4x4
The transform matrix that positions this mesh in world space.