-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
Fix Mesh
change IndexBuffer、VertexBuffer、VertexElements bug( need to update VAO)
#719
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 tasks
* main: (514 commits) "v0.9.0-beta.73" fix: scene parser error (galacean#1426) Fix SpriteRenderer bounding box error (galacean#1425) Update README.md Update README.md "v0.9.0-beta.72" "v0.9.0-beta.71" Revert "fix: InputManager default listener target" (galacean#1414) "v0.9.0-beta.70" fix: add shadow parser (galacean#1411) Add `toJSON` in base math class (galacean#1380) (galacean#1409) refactor(particle): Add an infinite bounding box to the particle system and it will never be clipped (galacean#1410) "v0.9.0-beta.69" Fix glTF SkinnedMeshRenderer default local bounds (galacean#1405) Fix camera cull bug (galacean#1396) "v0.9.0-beta.68" fix: InputManager default listener target "v0.9.0-beta.67" Fix shader compile performance on some windows device (galacean#1390) "v0.9.0-beta.66" ...
GuoLei1990
changed the title
fix: change IndexBuffer、VertexBuffer、VertexElements need to update VAO.
Fix change IndexBuffer、VertexBuffer、VertexElements bug( need to update VAO)
Mar 30, 2023
GuoLei1990
changed the title
Fix change IndexBuffer、VertexBuffer、VertexElements bug( need to update VAO)
Fix Mar 30, 2023
Mesh
change IndexBuffer、VertexBuffer、VertexElements bug( need to update VAO)
GuoLei1990
approved these changes
Mar 30, 2023
GuoLei1990
added a commit
that referenced
this pull request
Mar 30, 2023
* main: Fix `Mesh` change IndexBuffer、VertexBuffer、VertexElements bug( need to update VAO) (#719) "v0.9.0-beta.73" fix: scene parser error (#1426) Fix SpriteRenderer bounding box error (#1425) Update README.md Update README.md "v0.9.0-beta.72" "v0.9.0-beta.71" Revert "fix: InputManager default listener target" (#1414)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.