On the material warning, if I trace out
trace("WARNING: all material maps should have equal width and
height.\n"+w+"\t"+_screenPass.diffuseMethod.bitmapData.width);
in defaultmaterialbase.asI get WARNING: all material maps should have equal width and height. 1024 256 My texture is 1024x 1024. If you use a 256 texture and you dont get that error.
