Skip to content

Allow noise map precalculation #224

@tomrijnbeek

Description

@tomrijnbeek

🆙 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions