MeshAsset.this

Creates a mesh.

class MeshAsset
this
(
Resource filePath
,
const(aiMesh*) mesh
)

Parameters

filePath
Type: Resource

The path to the file.

mesh
Type: const(aiMesh*)

The AssImp mesh object to pull data from.

Meta