diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-09 17:13:38 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-09 17:13:38 +0100 |
commit | 6ed9af8a3e59fa07f27a17bbfcd1dbee87ed2d6c (patch) | |
tree | 3e39721314bebe343a9dbc873470f14f10c69426 /doc/other.md | |
parent | 1c1c2a06b5cb7ce1473a2e6961565275accf50bb (diff) | |
download | weareserver-6ed9af8a3e59fa07f27a17bbfcd1dbee87ed2d6c.tar weareserver-6ed9af8a3e59fa07f27a17bbfcd1dbee87ed2d6c.tar.bz2 weareserver-6ed9af8a3e59fa07f27a17bbfcd1dbee87ed2d6c.tar.zst |
other gltf features
Diffstat (limited to 'doc/other.md')
-rw-r--r-- | doc/other.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/other.md b/doc/other.md index 4634bbc..74f9665 100644 --- a/doc/other.md +++ b/doc/other.md @@ -17,7 +17,7 @@ | KHR_lights_punctual | Supported | | KHR_materials_anisotropy | Todo | | KHR_materials_clearcoat | Todo | -| KHR_materials_dispersion | Supported | +| KHR_materials_dispersion | Format only (2) | | KHR_materials_emissive_strength | Supported | | KHR_materials_ior | Supported | | KHR_materials_iridescence | Todo | @@ -36,3 +36,4 @@ | EXT_texture_webp | Supported | 1. We can do the same by sharing subresources. +2. gltf rust crate does not support that extension |