Update README to reflect support for additional entity types and improved entity deletion handling

This commit is contained in:
MayaTheShy
2025-11-16 22:05:11 -05:00
parent b91d4c4584
commit 891d82c1de

View File

@@ -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