Voxel Plugin

Working on some graph static analysis to improve perf a lot:

For now each node is computed for every XYZ position. Using static analysis I can determine which nodes depend on which axis, and use that to cache the values: for example, don’t recompute that perlin noise for every Z :slight_smile: