Mesh.serialize() and TransformNode.serialize() now emit freezeWorldMatrix: true when the node is frozen.
TransformNode.Parse() defers the freeze via an internal waiting flag (declared, not initialized, to avoid pushing every instance past V8’s dictionary-mode threshold).
babylonFileLoader runs a freeze pass for transform nodes after parent wiring, before the existing mesh freeze pass.