🆙 Improvement proposal
Noise maps are always calculated when needed, without caching. For expensive to evaluate noise, you may want to turn this generic function into a pre-calculated "texture" so that querying becomes significantly cheaper.
Context
#223 introduces a method to potentially create complex composite noise maps. If you want to read from these maps often, you may want to precalculate the values.
🆙 Improvement proposal
Noise maps are always calculated when needed, without caching. For expensive to evaluate noise, you may want to turn this generic function into a pre-calculated "texture" so that querying becomes significantly cheaper.
Context
#223 introduces a method to potentially create complex composite noise maps. If you want to read from these maps often, you may want to precalculate the values.