summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-09 20:36:54 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-09 20:36:54 +0100
commit20db20d2702f7b547e1c9c0a2698b6d576cd79d8 (patch)
tree6ce4cd6e9b9b5b95969cf584cd47e9cd62439f2c /doc
parent726f435d29d9c341fad8dc9fdcda3ffdfbb320e8 (diff)
downloadweareserver-20db20d2702f7b547e1c9c0a2698b6d576cd79d8.tar
weareserver-20db20d2702f7b547e1c9c0a2698b6d576cd79d8.tar.bz2
weareserver-20db20d2702f7b547e1c9c0a2698b6d576cd79d8.tar.zst
implement KHR_materials_dispersion
Diffstat (limited to 'doc')
-rw-r--r--doc/other.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/other.md b/doc/other.md
index b3f8c93..3108e78 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 | Todo (2) |
+| KHR_materials_dispersion | Supported |
| KHR_materials_emissive_strength | Supported |
| KHR_materials_ior | Supported |
| KHR_materials_iridescence | Todo |
@@ -31,15 +31,14 @@
| KHR_texture_basisu | Not required (3) |
| KHR_texture_transform | Not required (4) |
| KHR_xmp_json_ld | Todo |
-| EXT_mesh_gpu_instancing | Not required (6) |
+| EXT_mesh_gpu_instancing | Not required (2) |
| EXT_meshopt_compression | Todo, maybe |
| EXT_texture_webp | Supported |
1. We can do the same by sharing subresources.
-2. The gltf rust crate does not support that extension.
+2. Shared parts can be optimized to instanced drawing by the client. This would
+ also only be a bandwidth optimization, avoiding gigantic prefabs.
3. KTX is worse then WebP in terms of size. Transcoding on the client is
possible.
4. Automatic atlas packing is also possible on the client.
5. Introduces too much complexity and interfers with our animation system.
-6. Shared parts can be optimized to instanced drawing by the client. This would
- also only be a bandwidth optimization, avoiding gigantic prefabs.