This repository contains an implementation of the Adaptive Dual Contouring algorithm for generating 3D meshes from implicit surfaces. The algorithm uses an octree-based spatial subdivision to ...
This prototype is entirely written in GDScript with Godot. It implements the Dual Contouring algorithm (in 3D). Improve performance using caching mechanism (like memoize). Improve performance using an ...