Hacker News new | ask | show | jobs
by LarsDu88 549 days ago
Very cool. I wonder if the fact that it featurizes 3d objects using voxels can be memory intensive considering only the surface voxels are actually relevant for 3d structure makin'
1 comments

Octrees are memory-efficient for this kind of thing.
Yeah I guess they probably did the standard thing... whatever minecraft uses.