heyx3 / Bplus.jl

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

Change the seed values for `PerlinField` to be fields rather than literals #16

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

Currently, the PerlinField is seeded with some constant values. It would be nice if these constant values were expanded to fields, so the user has more control over how they seed their RNG code.