View Single Post
  #1  
Old 02-07-2010, 03:14 AM
omidbrb omidbrb is offline
Member
 
Join Date: Dec 2008
Posts: 27
About getAlpha function

Hi,

I have a problem using the getAlpha function. I'm calling getAlpha on the resulting object from the pick function:

Code:
intersect = win.pick(True, viz.WORLD, pos = [xNorm, yNorm])
alpha = intersect.object.getAlpha()
But whatever node I pick (even if transparent), getAlpha results 1, which means completely opaque.

Does anybody have an idea on that?

Thanks,
Omid
Reply With Quote