Is it possible to change the material of each face independently? So far my attempts have had no success...
var cube:Cube6 = new Cube6(); cube.faces[0].mesh.material = new ColorMaterial(); //all faces change Am I missing something? Thanks, Casey
Is it possible to change the material of each face independently? So far my attempts have had no success...
var cube:Cube6 = new Cube6(); cube.faces[0].mesh.material = new ColorMaterial(); //all faces change Am I missing something? Thanks, Casey