Dynamic Position and Radius of Sphere
Is it possible to change the position and radius of a sphere after it is created? sphere = vizshape.addSphere(radius=r,color=c,pos=(xPos,yPos ,zPos))
sphere.dynamic() For example, I have a slider and when I change the position of the slider I want to retrieve data based on that new slider position and change the position and radius of the above created sphere with respect to the new data. If this is not possible, is there a way to delete the previous sphere and just create a new one each time? Any help would be greatly appreciated. Thanks, Chris |
You can use the
|
All times are GMT -7. The time now is 05:59 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC