mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add glTF animation support
This commit is contained in:
parent
d8274af670
commit
323fc0a798
9 changed files with 421 additions and 79 deletions
|
@ -294,7 +294,7 @@ depends on by supplying a file with an equal name.
|
|||
Only a subset of model file format features is supported:
|
||||
|
||||
Simple textured meshes (with multiple textures), optionally with normals.
|
||||
The .x and .b3d formats additionally support skeletal animation.
|
||||
The .x, .b3d and .gltf formats additionally support (a single) animation.
|
||||
|
||||
#### glTF
|
||||
|
||||
|
@ -307,7 +307,10 @@ due to their space savings.
|
|||
|
||||
This means that many glTF features are not supported *yet*, including:
|
||||
|
||||
* Animation
|
||||
* Animations
|
||||
* Only a single animation is supported,
|
||||
use frame ranges within this animation.
|
||||
* Only integer frames are supported.
|
||||
* Cameras
|
||||
* Materials
|
||||
* Only base color textures are supported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue