From: Jonathan B. <jbr...@ea...> - 2005-02-26 13:57:52
|
On Sat, 2005-02-26 at 04:45 -0300, Flavio Coelho wrote: > Hi, > > Is there a way to control the alpha channel (transparency) for objects > in vpython? Not in any released version. If you want to try something experimental, check out the "vpython-core2" module from CVS. Most of the objects in that module support transparency by setting color to an rgba 4-tuple, or by setting object.alpha to some value. However, there are some significant parts missing from vpython-core2, particularly scene.mouse. -- Jonathan Brandmeyer <jbr...@ea...> |