diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-15 16:42:16 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-15 16:42:16 +0100 |
commit | 21010f56397812caad29399daa737e00295cb55c (patch) | |
tree | b4eb71fd2d38fc037875c2f8748adc997a8c323f | |
parent | 8471a26576c76a7b45b5161f23d167f9811b8fe6 (diff) | |
download | weareserver-21010f56397812caad29399daa737e00295cb55c.tar weareserver-21010f56397812caad29399daa737e00295cb55c.tar.bz2 weareserver-21010f56397812caad29399daa737e00295cb55c.tar.zst |
note on textures
-rw-r--r-- | doc/resources.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/resources.md b/doc/resources.md index 13335eb..4c7743a 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -156,7 +156,7 @@ inherited. Attribute values are zipped similar to vertex attributes. - **Skybox**: Equirectangular projection is used. TODO: Unit for Luminous intensity? lm/sr? - **Sun**: Direction is a normal vector, color is illuminance of each channel in - lux. + lux. TODO: sun disk size? ## ParticlesPart @@ -173,7 +173,7 @@ inherited. Attribute values are zipped similar to vertex attributes. ## Texture -WebP +Currently supporting PNG, JPEG, AVIF, WebP and OpenEXR. ## CollisionPart |