Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kim <pk15950@gmail.com>2021-09-22 08:59:10 +0300
committerPeter Kim <pk15950@gmail.com>2021-09-22 08:59:10 +0300
commit3fa64263927f2d8ac595ba411091321c47409ea4 (patch)
tree39de6ad8e7eae884c1cf02c939493eec06c20958 /source/blender
parent4d66cbd140b1648b79df0df695046cb718797b70 (diff)
Extern: Add TinyGLTF to load XR controller model
The XR_MSFT_controller_model OpenXR extension provides a glTF controller model that can be displayed to users during a VR session. There are plans to support this in D10948, which will greatly improve VR immersion when using a compatible OpenXR runtime. TinyGLTF (https://github.com/syoyo/tinygltf) was agreed upon as a simple and sufficient solution for loading this glTF controller model, which will be performed at the GHOST abstraction layer. Although by default it has two additional dependencies, stb and json, stb can be excluded by defining TINYGLTF_NO_STB_IMAGE and TINYGLTF_NO_STB_IMAGE_WRITE whereas json will be added as a separate extern lib in D12567. Reviewed By: Severin Differential Revision: https://developer.blender.org/D12344
Diffstat (limited to 'source/blender')
0 files changed, 0 insertions, 0 deletions