Am I doing something wrong ? or did someone else experience the same troubles ?
I can't use any BitmapMaterial in broomstick, with flex/flashdevelop , or with FLash CS5 IDE. Here is an extract of the code. [Embed(source="../embeds/equi_litoral.jpg")] private var Equi:Class; private var universeMaterial:BitmapMaterial private var universe:Sphere; in the init function : universeMaterial = new BitmapMaterial(new Equi().bitmapData); universe = new Sphere(universeMaterial, 200,25,24) I have no error shown, but the scene is blank in the flashplayer, and no stats are displayed in the awayStat object. When I turn the BitmapMaterial into a ColorMaterial, it works. Any ideas ? Thanks in advance. Yann
