heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
70 stars 3 forks source link

Implement `WorleyField` #18

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

Like PerlinField, but using Worley noise instead of Perlin noise.

Blocked by #17

Analytical gradient should be doable, but not necessarily easy, so you can skip it for now and push to another ticket if you want.