]> git.localhorst.tv Git - blank.git/blobdiff - doc/concepts
reorder world update
[blank.git] / doc / concepts
index d8d2d84f5dd2822443814b843b58e4990a99546a..e9bb13ec83e6116c3775e436cfb22f21145860e4 100644 (file)
@@ -119,10 +119,13 @@ World update
 ------------
 
  - spawner (servers only)
- - physics simulation
  - for each entity update:
-  - transform caches
   - controller (input for players and AI for others)
+  - physics simulation
+  - transform caches
   - model (animation state)
  - rebase player chunk indices
  - remove dead entities
+
+Note that AI actually depends on transform caches, but t's okay if it
+lags one frame behind until that's sorted.