![]() |
|
#1
|
|||
|
|||
|
Change group alpha but not color?
Hi all,
I am having trouble changing the alpha values of all nodes in a group without changing the color. Any advice? Code:
import viz import vizshape viz.go(viz.FULLSCREEN) groupL = viz.addGroup(pos=[0,1.0,5.0]) boxL = vizshape.addBox(parent=groupL,color=viz.BLUE,pos=(-2.0,0,0)) sphereL = vizshape.addSphere(parent=groupL,color=viz.GREEN,pos=(1.0,0,0)) groupL.alpha(.5) |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change avatar color | Chapre | Vizard | 1 | 10-20-2010 09:21 AM |
| Change textbox color? | renama | Vizard | 2 | 10-19-2010 08:44 PM |
| change the color of a specific part of an avatar? | Green | Vizard | 1 | 03-04-2010 09:28 AM |
| Change model alpha and memory leak | hosier | Vizard | 2 | 06-25-2009 11:55 AM |
| trouble changing subnode (child node) color, alpha, etc. | michaelrepucci | Vizard | 7 | 01-14-2009 09:38 PM |