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

Group materials on reference page #5298

Merged

Conversation

JetStarBlues
Copy link
Contributor

Changes:

Moves location of normalMaterial() in material.js so that it's grouped with other materials like ambientMaterial().

Since the order in the source code determines the order in the Reference page, this change is aimed at making the Reference page more helpful by "grouping" the default materials. With the change, entries in the Material sugbroup will read as:

  • shader functions
    • loadShader() etc
  • texture functions
    • texture() etc
  • default material functions
    • normalMaterial() etc

Screenshots of the change:

current
normalMaterial_cur

change
normalMaterial_change

grouped together with other materials in Reference page
@stalgiag stalgiag merged commit 9dfa95b into processing:main Jun 6, 2021
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