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.

loadFontBitmap

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

loadFontSDF

Loads a SDF 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.

createAnimation

Creates an empty animation and returns its pointer.

destroyModel

Destroys a model.

destroyMaterial

Destroys a material.

destroyImage

Destroys an image.

destroyFont

Destroys a font.

destroySound

Destroys a sound.

destroyAnimation

Destroys an animation.

findModelByName

Returns the model associated with the name.

getModelName

Returns the name of the model.

getModelNames

Returns the names of all models.

findMaterialByName

Returns the material associated with the name.

getMaterialName

Returns the name of the material.

getMaterialNames

Returns the names of all materials.

findImageByName

Returns the image associated with the name.

getImageName

Returns the name of the image.

getImageNames

Returns the names of all images.

findFontByName

Returns the font associated with the name.

getFontName

Returns the name of the font.

getFontNames

Returns the names of all fonts.

findSoundByName

Returns the sound associated with the name.

getSoundName

Returns the name of the sound.

getSoundNames

Returns the names of all sounds.

findAnimationByName

Returns the animation associated with the name.

getAnimationName

Returns the name of the animation.

getAnimationNames

Returns the names of all animations.

calculateTangents

Calculate a Mesh’s tangents.

calculateAABB

Calculate a Mesh’s AABB.