jasonwebb / morphogenesis-resources

Resources on the topic of digital morphogenesis (creating form with code). Includes links to major articles, code repos, creative projects, books, software, and more.
2.03k stars 114 forks source link

VDBs #31

Open jasonwebb opened 3 years ago

jasonwebb commented 3 years ago

A coding technique (data structure) used for volumetric modelling and simulation, standard in VFX software like Houdini. Stands for "Volumetric, Dynamic grid that shares several characteristics with B+ trees.". Kind of like an octree, but has the advantage of not wasting any storage space or computing power on empty voxels.