Hi all,
I am trying to make a basic shiny in Away3D 4.
I have tried this
var m:ColorMaterial = new ColorMaterial( 0xFF0000 );
m.gloss = 0.5;
m.specular = 0.5;
m.specularColor = 0xffffff;
but unfortunately it is just a red material with no shininess at all.
Are there any simple broomstick examples of simple shiny materials?
Thanks