Updated Frequently Asked Questions (markdown)

master
Ray 1 년 전
부모
커밋
b9d58842db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Frequently-Asked-Questions.md

+ 1
- 1
Frequently-Asked-Questions.md

@ -262,7 +262,7 @@ LoadFontEx("myfont.ttf", 50, NULL, 0);
raylib supports several 3d file formats that support animations:
- M3D: Animation support was implemented recently (after raylib 4.2 release). It works great and there is a Blender exporter for .m3d files with animations.
- IQM: There is a Blender exporter but there are multiple ways to create the animations and export the IQM file. Depending on the process used, raylib may or may not be able to load the animations. Several users reported having problems with IQM animations.
- GLTF: This file format supports animation but raylib is not able to load them at this moment. GLTF animations loading was implemented in the past but GLTF is a quite complex file format and could implement animations in many ways, raylib used to fail a lot on loading them and support was removed. For anyone adventurous enough to try to implement GLTF animations support in raylib, you can check [`rmodels.c`](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) module and `LoadGLTF()` function implementation.
- GLTF: This file format supports animation and raylib can load them, but with some limitations.
## Does raylib support Vulkan? Will raylib support it?

불러오는 중...
취소
저장