the issue was not with material but with Cube's map6 mode, changing

private var _offset:Number = 1/3;

to

private var _offset:Number = 1/3.0;

fixed it. good old mxmlc being a smart ass and "optimizing" 1/3 to
integer (zero) how the hell does one turn this off? is there a
compiler setting?

Reply via email to