From: Jamie R. <jam...@gm...> - 2009-07-29 02:33:33
|
I have a VPython faces based object. I would like the user to be able to change fundamental parameters that affect its shape (like setting numSides on a Polygon), but I can't seem to get VPython to re-render the new shape. I've tried to "Del" the existing face list, then create a new one, but the old object is still shown. Any suggestions? Thank - Jamie Riotto |