浏览代码

Update models_loading_gltf.c

pull/2853/head
Ray 2 年前
父节点
当前提交
b854909803
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. +8
    -1
      examples/models/models_loading_gltf.c

+ 8
- 1
examples/models/models_loading_gltf.c 查看文件

@ -1,6 +1,13 @@
/******************************************************************************************* /*******************************************************************************************
* *
* raylib [models] example - loading gltf
* raylib [models] example - loading gltf with animations
*
* LIMITATIONS:
* - Only supports 1 armature per file, and skips loading it if there are multiple armatures
* - Only supports linear interpolation (default method in Blender when checked
* "Always Sample Animations" when exporting a GLTF file)
* - Only supports translation/rotation/scale animation channel.path,
* weights not considered (i.e. morph targets)
* *
* Example originally created with raylib 3.7, last time updated with raylib 4.2 * Example originally created with raylib 3.7, last time updated with raylib 4.2
* *

正在加载...
取消
保存