seredahmet / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

'transparent' and 'transparency' elements are not available when importing a COLLADA file #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Examine COLLADAFWEffectCommon.h from the head of the code (r7679).
2. Notice that 'mTransparent' and 'mTransparency' are commented out.

What is the expected output? What do you see instead?

'mTransparent' and 'mTransparency' should be available for access when 
importing a COLLADA file.  See 'lambert' in profile 'COMMON'.

Original issue reported on code.google.com by kelley.p...@gmail.com on 2 Oct 2010 at 2:15

GoogleCodeExporter commented 9 years ago
Currently only mOpacity is accessible, which is a combination of mTransparency 
and mTransparent. But we should change this in future to provide access to the 
raw COLLADA data.

Original comment by opencollada2@googlemail.com on 25 Jan 2011 at 1:08