Complete Entity System: Parent/Child Hierarchies & Distance Query Support #2

Open
MayaTheShy wants to merge 22 commits from feature/support-all-entity-types into main
Showing only changes of commit b91d4c4584 - Show all commits

View File

@@ -370,9 +370,9 @@ This allows you to:
- [ ] Authenticated EntityServer queries
### Phase 4: Entity System (Current Focus)
- [ ] Apply entity colors to model materials
- [ ] All entity types (Text, Image, Light, Zone, etc.)
- [ ] Entity property updates (real-time position, rotation, color changes)
- [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
- [ ] Parent/child entity hierarchies
- [ ] Entity query/filtering by distance