deadsy / sdfx

A simple CAD package using signed distance functions
MIT License
518 stars 52 forks source link

voxel: Support for lazy evaluation of VoxelSDF3 and implemented analogous VoxelSDF2 #46

Open Yeicor opened 2 years ago

Yeicor commented 2 years ago

I will use these to (hopefully) speed up updates and camera movements of SDFX-UI, as they render the same SDF multiple times.