-
Notifications
You must be signed in to change notification settings - Fork 171
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
setParameters on shape component #376
Comments
No, not possible. If you have a large number of cylinders and labels it is good to create
Yes, using the |
Great solution, only one thing. In my example hear I tried to alter the length of a cylinder created before and at the same time tried to add two other cylinders. I noticed that the dimension of the first cylinder was changed but the other cylinders did not appeared. Is it possible that the new buffers length is not updated? |
At the moment it is not possible to alter the size of buffers, you will need to re-create them. There is some exception for mesh-buffer (which makes changing the isosurface threshold so fast) but I haven't generalized that. Eventually it will be possible. |
Is there anyway to alter the opacity of a buffer? |
keep a reference to the |
Is it possible to add a tooltip/hover text to buffers the way it is done with shapes? |
Hi, I have two questions about shape components.
I have a shape component with a cylinder and a label. Is it possible to alter the color and the size of both objects in the shape component without disposing and rebuilding entirely (like using a setParameter method)?
And is it possible to keep the label in front of the cylinder like a distance representation?
The text was updated successfully, but these errors were encountered: