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

setAttribute() function for defining custom shader attributes #7276

Draft
wants to merge 23 commits into
base: dev-2.0
Choose a base branch
from

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    b305b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dcf0d9 View commit details
    Browse the repository at this point in the history
  3. removed debugging log

    lukeplowden committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9d7ab37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b3909a View commit details
    Browse the repository at this point in the history
  5. removed empty lines

    lukeplowden committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    913131e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88c7fbc View commit details
    Browse the repository at this point in the history
  7. set more than one custom attribute per shape/geometry. back fill with…

    … 0's in case not enough attributes set
    lukeplowden committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    19a3d70 View commit details
    Browse the repository at this point in the history
  8. refactor setAttribute method to update a userAttributes object and in…

    …crease the tesselation vertex size info
    lukeplowden committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    ae52039 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72cf3bc View commit details
    Browse the repository at this point in the history
  10. changed references to prototype.tessyvertexSize to this.tessyVertexSi…

    …ze so that custom attributes can increase size of vertex data
    lukeplowden committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    03d2e5e View commit details
    Browse the repository at this point in the history
  11. free user buffers

    lukeplowden committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    616d7ca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d2656f View commit details
    Browse the repository at this point in the history
  13. ignore my dev folder

    lukeplowden committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    859ac70 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cafdc1b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e35884 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d842f05 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    33259c0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b5c3213 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e038c9c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f7d2b99 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    55a37af View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dd08014 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #3 from lukeplowden/p5-attributes

    Custom geometries can now have multiple attributes across different shapes
    lukeplowden committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e2220e7 View commit details
    Browse the repository at this point in the history