AssetManagerInterface

Functions

Name

Description

createModel

Creates an empty model and returns its pointer.

loadModel

Loads a model from a file and returns a pointer to the loaded model.

createMaterial

Creates an empty material and returns its pointer.

loadMaterial

Loads a material from a file and returns a pointer to the loaded material.

createImage

Creates an empty image and returns its pointer.

loadImage

Loads an image from a file and returns a pointer to the loaded image.

createFont

Creates an empty font and returns its pointer.

loadFont

Loads a font from a file and returns a pointer to the loaded font.

createSound

Creates an empty sound and returns its pointer.

loadSound

Loads a sound from a file and returns a pointer to the loaded sound.

destroyModel

Destroys a model.

destroyMaterial

Destroys a material.

destroyImage

Destroys an image.

destroyFont

Destroys a font.

destroySound

Destroys a sound.

findModelByName

Returns the model associated with the name.

getModelName

Returns the name of the model.

findMaterialByName

Returns the material associated with the name.

getMaterialName

Returns the name of the material.

findImageByName

Returns the image associated with the name.

getImageName

Returns the name of the image.

findFontByName

Returns the font associated with the name.

getFontName

Returns the name of the font.

findSoundByName

Returns the sound associated with the name.

getSoundName

Returns the name of the sound.

calculateTangents

Calculate a Mesh’s tangents.

calculateAABB

Calculate a Mesh’s AABB.