From 891d82c1deb69f5b2ac63804bc1afe788ee2345d Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 16 Nov 2025 22:05:11 -0500 Subject: [PATCH] Update README to reflect support for additional entity types and improved entity deletion handling --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 71619d7..01dfb6b 100644 --- a/README.md +++ b/README.md @@ -325,13 +325,9 @@ This allows you to: 3. **ATP Protocol Not Supported**: atp:// asset protocol is not yet supported (requires AssetClient integration). Use HTTP URLs for now. -4. **Entity Types**: Only Box, Sphere, Model are supported. Text, Image, Light, Zone, etc. are not yet implemented. +4. **Single User**: No avatar or multi-user support yet. -5. **Limited Entity Updates**: Entities are created, but real-time updates and deletions are not fully supported. - -6. **Single User**: No avatar or multi-user support yet. - -7. **NAT/Firewall**: External connections require port forwarding for self-hosted domains. +5. **NAT/Firewall**: External connections require port forwarding for self-hosted domains. ## Roadmap @@ -373,7 +369,7 @@ This allows you to: - [x] Apply entity colors to model materials - [x] All entity types (Text, Image, Light, Zone, etc.) - [x] Entity property updates (real-time position, rotation, color changes) -- [ ] Entity deletion handling +- [x] Entity deletion handling - [ ] Parent/child entity hierarchies - [ ] Entity query/filtering by distance