mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-04 09:10:27 +02:00
Add enumerator back in for GLTF
This commit is contained in:
@ -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,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user