Hi
I have just started using version 4.0 (Broomstick) for Molehill.
I am adding a cube to my scene with a ColorMaterial
var cube : Cube = new Cube(new ColorMaterial(0xFF0000));
_view.scene.addChild(cube);
This works fine, I see a red cube and in my Stats say Poly 12 as expected.
If I try and use a BitmapMaterial the swf seems to freeze and not display anything. The AwayStats box is there but doesnt display any data.
I have tried this with several different bitmapDatas and can not get it to work.
Im using FDT and have set the project up as described in http://www.disturbmedia.com/wiki/How_to_get_started_with_the_Molehill_API_and_Away3D_40.html#Setting_up_the_.28FDT.29_IDE
Any help would be greatly appreciated, thanks!