mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-21 13:20:27 +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.
|
//! Unknown animated mesh type.
|
||||||
EAMT_UNKNOWN = 0,
|
EAMT_UNKNOWN = 0,
|
||||||
|
|
||||||
|
//! Graphics Language Transmission Format 2.0 (.gltf) mesh
|
||||||
|
EAMT_GLTF2,
|
||||||
|
|
||||||
//! generic skinned mesh
|
//! generic skinned mesh
|
||||||
EAMT_SKINNED,
|
EAMT_SKINNED,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user