Skip to content

Feature Request: scale attenuation #2

@oovm

Description

@oovm

I hope to generate larger brushes in the initial steps, and generate smaller brushes for fine-tuning in later steps.

which means:

pub scale: f32,

change to

pub struct PurrContext {
    pub scale: PurrScale
}

pub enum PurrScale {
    Constant(f32),
    Multiplier(Vec<f32>)
}

where length of multiplier should be equal to numbers of shapes.

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