У нас вы можете посмотреть бесплатно glTF and FBX loading (C++) или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
This video shows how to load the 3D file formats glTF and FBX files with the opensource C++ libraries fastgltf and ufbx. It is part II of a mini-series about game engine basics. Loader code: https://github.com/beaumanvienna/vulk... Skeletal animation: https://github.com/beaumanvienna/vulk... glTF: https://github.com/KhronosGroup/glTF glTF loader: https://github.com/spnda/fastgltf requires JSON parser: https://github.com/simdjson/simdjson FBX loader: https://github.com/ufbx/ufbx Related videos: Scene Loading and the Scene Graph (part I of the mini-series) Bloom with Vulkan and C++ for emissive for materials Skeletal Animation with Vulkan, C++, and glTF plus setup with Blender and Mixamo Please like, fork, and contribute to my Vulkan engine! ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬ 0:00 - Intro 5:33 - Materials 8:56 - Submeshes/multiple materials per model 12:30 - Skeletal Animation 15:11 - Scene Graph 16:08 - glTF 20:22 - A look at the glTF loader code 27:49 - A look at the FBX loader code 36:45 - Outro