Replies: 2 comments 2 replies
-
i don't think this is related to react. i don't know how wireframe is implemented but it's probably something that isn't updated when you change buffer attributes. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think enabling wireframe might actually override your modified index buffer. It's most probably not an R3F issue, it's a three issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to remove triangles from a mesh and view its wireframe, but the wireframe doesn't update when triangles are updated.
Here is a sandbox showing the issue.
Edit:
Solution found! Thank you drcmda and bananu7!
Here is a sandbox with the solution!
Beta Was this translation helpful? Give feedback.
All reactions