Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Legacy Tiles procedural #1413

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

zicher3d
Copy link
Collaborator

Legacy Tiles added.

Supports all features from the Protein Tiles except the Column Modifier, which works only under specific conditions and mostly corrupts the pattern. I left it out. It's very unlikely anybody used it, ever.

Also fixing a couple of uninitialized inputs on Fractal Noise.

Legacy Tiles added.

Supports all features from the Protein Tiles except the Column Modifier, which works only under specific conditions and mostly corrupts the pattern. I left it out. It's very unlikely anybody used it, ever.

Also fixing a couple of uninitialized inputs on Fractal Noise.
@zicher3d zicher3d requested a review from ashwinbhat February 12, 2025 00:03
@zicher3d zicher3d self-assigned this Feb 12, 2025
Copy link
Collaborator

@ashwinbhat ashwinbhat left a comment

Choose a reason for hiding this comment

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

LGTM, future optimization could be to combine the float x, float y, inputs into vec2 types. This will help reduce number of uniforms.

@zicher3d zicher3d merged commit ff0d2ed into adsk_contrib/dev Feb 12, 2025
32 checks passed
@zicher3d zicher3d deleted the zicher/legacy_tiles_procedural branch February 12, 2025 21:08
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.

2 participants