I've seen a strange problem in Intermediate_TextExtrusion example, if
I use some uppercase letters in TextField3D with ShadingColorMaterial
the shading is not correct.
I've changed the following rows in Intermediate_TextExtrusion example:

                        textfield3 = new TextField3D("Arial"); //original value 
is "Bauhaus
93"
                        textfield3.material = material3;
                        textfield3.text = "sL"; //original value is "Shading"

This is the resulting swf:
http://www.contezero.com/test/Intermediate_TextExtrusion.swf

Shading for letter "s" is correct, but for letter "L" it's wrong.
It could be related to issue #37 ?

Reply via email to