Table of Contents
Cube Parsing: a recursive approach
- Calculate density of model in its bounding cube
- If density < min threshold, discard
- If density > max threshold, replace with cube
- Otherwise, divide into 8 sub-cubes and recurse