Class ModelResourceFile

Inheritance Relationships

Base Type

Class Documentation

class ModelResourceFile : public ResourceFile

Representation of a 3D model file.

Public Functions

ModelResourceFile(const ModelResourceFile&)
ModelResourceFile(const ModelResourceFile&&)
~ModelResourceFile()
void reimport()

Reload the file buffer from disk.

Vector<Pair<Ref<BasicMaterialResourceFile>, Vector<Mesh>>> &getMeshes()
int getMaterialCount()
Ref<BasicMaterialResourceFile> getMaterialAt(int i)
Vector<Mesh> &getMeshesOfMaterialAt(int i)