skills polish

This commit is contained in:
wass08
2026-03-10 09:51:49 +01:00
parent 03f452d4d1
commit 97b3c53ea5
8 changed files with 210 additions and 6 deletions
+1 -1
View File
@@ -89,4 +89,4 @@ Core and viewer systems are mounted inside `<Viewer>` alongside renderers. See @
</Viewer>
```
4. If the system must run before renderers, place it earlier in the JSX tree.
4. **Mount order matters.** Most viewer systems run *after* renderers in the JSX tree — they consume `sceneRegistry` data that renderers populate on mount. Only place a system before renderers if it explicitly does not read the registry.