Skip to content

Make it easier to make patterns #10

@sraaphorst

Description

@sraaphorst

Right now, you have to do:

auto pattern = std::make_shared<PatternType>(params);
auto material = std::make_shared<Material>(pattern);

This could all be one much easier step as this is how it is always used:

auto material = PatternType::createPattern(params);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions