mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Add GLTF mesh file loader
This commit is contained in:
committed by
Josiah VanderZee
parent
a0b7a15693
commit
bde174d1a0
@ -52,6 +52,9 @@ enum E_ANIMATED_MESH_TYPE
|
||||
//! Halflife MDL model file
|
||||
EAMT_MDL_HALFLIFE,
|
||||
|
||||
//! Graphics Language Transmission Format 2.0 (.gltf) mesh
|
||||
EAMT_GLTF2,
|
||||
|
||||
//! generic skinned mesh
|
||||
EAMT_SKINNED,
|
||||
|
||||
|
Reference in New Issue
Block a user