The K-D Tree is a fundamental data structure used for organizing points in a k-dimensional space. In the context of game engines and CAD software, KDTs are frequently serialized into save files to store level geometry, lightmap data, or collision meshes. Traditionally, editing this data requires a "cold" workflow: the application is closed, the file is modified, and the application is restarted.