I'm having the same issue's i cant change the alpha of the moviematerial without experiencing errors.
Is this a bug, is there a fix? On 17 nov 2008, 23:36, Philippe <[email protected]> wrote: > Hello, > > Setting thealphaproperty (to any value other than 0) of a > MovieMaterial cause an exception during rendering. > > Looking through the code I noticed updateRenderBitmap() was overriden > and let empty. Adding super.updateRenderBitmap() here fixed this > issue... > ...but now if I set autoUpdate to false, update() doesn't update the > bitmap anymore (if I changealpha). Argh. > > So finally I'm using a BitmapMaterial and manually update the bitmap, > but it was a rather unpleasant experience. > > Away3D is a nice engine but there are a lot of weird and frustrating > things like that...
