pub fn models_dirty(cached: &[[[f32; 4]; 4]], current: &[[[f32; 4]; 4]]) -> boolExpand description
True when any participating object’s current model matrix differs from the one baked into the live TLAS. Pure (no GPU) so the dirty gate is unit-testable.