DOTS//CORE local · not synced

m06 · Transforms · checkpoint · 5 min

Checkpoint — LocalToWorld & derived data

loading…0 of 6 answered
  1. 01why

    Lesson 1 argued against storing a matrix; lesson 4 stores one. Resolve the apparent contradiction.

  2. 02how

    Why store the composed matrix at all rather than having consumers compute it on demand?

  3. 03why

    A system writes LocalToWorld directly to place an entity. Why does this fail?

  4. 04why

    Why does that same bug sometimes present as 'nothing happens' and sometimes as 'it flickers'?

  5. 05why

    An entity carries LocalToWorld but no LocalTransform and no Parent. What does the transform system do with it, and why is this useful?

  6. 06how

    Decode TransformUsageFlags.Dynamic in terms of this module.

your notes

stored in this browser · syncs when you sign in

m06.l05