Rename ModelParser to MeshExtractor
This commit is contained in:
committed by
Josiah VanderZee
parent
0f73c30a1f
commit
3930bd8c85
@@ -54,11 +54,11 @@ private:
|
||||
int m_filesize;
|
||||
};
|
||||
|
||||
class ModelParser {
|
||||
class MeshExtractor {
|
||||
public:
|
||||
ModelParser(const tinygltf::Model& model);
|
||||
MeshExtractor(const tinygltf::Model& model) noexcept;
|
||||
|
||||
ModelParser(const tinygltf::Model&& model);
|
||||
MeshExtractor(const tinygltf::Model&& model) noexcept;
|
||||
|
||||
/* Gets indices for the given mesh/primitive.
|
||||
*
|
||||
@@ -128,3 +128,4 @@ private:
|
||||
} // namespace irr
|
||||
|
||||
#endif // __C_GLTF_MESH_FILE_LOADER_INCLUDED__
|
||||
|
||||
|
Reference in New Issue
Block a user