heyx3 / Bplus.jl

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

Implement `SimplexNoiseField` #20

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

Like PerlinField but using simplex noise.

Blocked by #19.

Analytical gradient is probably doable but very hard, so it can be pushed off to a separate ticket if you don't want to tackle it at the same time.