Skip to content

Uses canvas dimensions instead of arbitrary constants for noise() and noiseDetail()#7330

Merged
davepagurek merged 1 commit into
processing:mainfrom
RandomGamingDev:noise-docs-dim-consistency
Oct 22, 2024
Merged

Uses canvas dimensions instead of arbitrary constants for noise() and noiseDetail()#7330
davepagurek merged 1 commit into
processing:mainfrom
RandomGamingDev:noise-docs-dim-consistency

Conversation

@RandomGamingDev
Copy link
Copy Markdown
Contributor

Resolves #7329

Changes:
Replaces instances of arbitrary constants in noise() and noiseDetail() doc iterators with the canvas dimensions that they're meant to follow.

PR Checklist

Copy link
Copy Markdown
Contributor

@davepagurek davepagurek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@davepagurek davepagurek merged commit 03b9517 into processing:main Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use canvas dimensions instead of arbitrary constants for noise() and noiseDetail() doc iterators

2 participants