diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-09 14:46:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-09 14:46:11 +0100 |
commit | 969370530ae70f8d1ac114da00379a873de89e0a (patch) | |
tree | 6a110ca8587a854501b693bc7cb7d2961cfbd2e8 /doc | |
parent | cd0026e415189530558f4241c13a160afcbbb14d (diff) | |
download | weareserver-969370530ae70f8d1ac114da00379a873de89e0a.tar weareserver-969370530ae70f8d1ac114da00379a873de89e0a.tar.bz2 weareserver-969370530ae70f8d1ac114da00379a873de89e0a.tar.zst |
gltf ext by supported
Diffstat (limited to 'doc')
-rw-r--r-- | doc/other.md | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/doc/other.md b/doc/other.md index 76c8c37..4634bbc 100644 --- a/doc/other.md +++ b/doc/other.md @@ -1,4 +1,3 @@ - ## Player tree - LowerTorso (2x leg tilt) @@ -8,3 +7,32 @@ - HandL (5x finger, 5x tilt) - HandR (5x finger, 5x tilt) - Head (2x brow, 2x eyelid, 2x eye, 3x mouth) + +## glTF extension status + +| Extension | Status | +| ------------------------------- | ---------------- | +| KHR_animation_pointer | | +| KHR_draco_mesh_compression | Todo | +| KHR_lights_punctual | Supported | +| KHR_materials_anisotropy | Todo | +| KHR_materials_clearcoat | Todo | +| KHR_materials_dispersion | Supported | +| KHR_materials_emissive_strength | Supported | +| KHR_materials_ior | Supported | +| KHR_materials_iridescence | Todo | +| KHR_materials_sheen | Todo | +| KHR_materials_specular | Todo | +| KHR_materials_transmission | Supported | +| KHR_materials_unlit | Supported | +| KHR_materials_variants | Not required (1) | +| KHR_materials_volume | Supported | +| KHR_mesh_quantization | Todo | +| KHR_texture_basisu | | +| KHR_texture_transform | | +| KHR_xmp_json_ld | | +| EXT_mesh_gpu_instancing | | +| EXT_meshopt_compression | | +| EXT_texture_webp | Supported | + +1. We can do the same by sharing subresources. |