Conversation
Nice! How you are storing all of this? Is it some sort of hierarchical octree like structure? Do you have any size limitations? the SDF only exists while we're building the model, stored only near surface in kinda-octree, size limit 1K^3 currently And once the model's build it's all just points? Presumably you have to re-evaluate for animation? yeah for rendering it's just point clouds (but we make some other data for physics that I'm not sure we've talked about yet)