1
0

Add GLTF mesh file loader

This commit is contained in:
JosiahWI
2022-10-16 21:17:21 -05:00
parent 520569c1e3
commit 4860523223
6 changed files with 79 additions and 0 deletions

View File

@@ -53,6 +53,9 @@ namespace scene
//! Halflife MDL model file
EAMT_MDL_HALFLIFE,
//! Graphics Language Transmission Format 2.0 (.gltf) mesh
EAMT_GLTF2,
//! generic skinned mesh
EAMT_SKINNED,