From 2c759f0113a5c8a61c43554b3902d366b23bca1f Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sun, 22 Dec 2024 02:12:14 +0900 Subject: [PATCH] Update README.md --- src/plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/README.md b/src/plugins/README.md index 44894ae83..5607bd5f6 100644 --- a/src/plugins/README.md +++ b/src/plugins/README.md @@ -406,7 +406,7 @@ hasLayer( name : string ) : boolean ## TileCompressionPlugin -Plugin that processes geometry buffer attributes into smaller data types on load and disables texture mipmaps to save memory. The default compression is fairly aggressive and may cause artifacts. Can reduce geometry memory footprint by more than half and texture memory by around a third. +Plugin that processes geometry buffer attributes into smaller data types on load and disables texture mipmaps to save memory. While geometry attribute compression is disabled by default, the default target attribute size when enabled is fairly aggressive and may cause artifacts. Can reduce geometry memory footprint by more than half and texture memory by around a third. ### .constructor