-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Line2,Modify props.points, but it does not take effect #493
Comments
My friend help me here please @andretchen0 |
There was a brief discussion about this on Discord the last time it was brought up. THREE doesn't allow resizing buffers after they're created. It was decided that Cientos shouldn't paper over that. Is that something we want to rethink, work around, or possibly warn about? |
Maybe we have to put this in the docs explicitly. |
I have a proposal, but maybe it's easier to discuss on Discord. I'll post there. |
@devick Thanks for filing the issue! |
Hey @andretchen0 thanks for taking this one, can you please add the prioritization labels to this one (p1..p5)? Thanks |
Describe the bug
I used Line2 to add a point to the props.points, but it doesn't seem to render.
Specifically, points larger than the original array were not rendered, but points smaller than the original array were re rendered
Reproduction
https://stackblitz.com/edit/tresjs-basic-kftrax?file=src%2Fcomponents%2FTheExperience.vue
Steps to reproduce
No response
System Info
No response
Used Package Manager
npm
Code of Conduct
The text was updated successfully, but these errors were encountered: