mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-20 13:00:18 +01:00
Add enumerator back in for GLTF
This commit is contained in:
parent
e87c36ada2
commit
7f9fe97044
@ -21,6 +21,9 @@ namespace scene
|
||||
//! Unknown animated mesh type.
|
||||
EAMT_UNKNOWN = 0,
|
||||
|
||||
//! Graphics Language Transmission Format 2.0 (.gltf) mesh
|
||||
EAMT_GLTF2,
|
||||
|
||||
//! generic skinned mesh
|
||||
EAMT_SKINNED,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user