0

I have an issue in the MoviClipTexture3D in flare3D. When I am working with non transparent bitmapdata everything works fin but if i use a transparent bitmapdata the sreenshot from previous frame still in place and nothing is cleared

i followed this example in the wiki :

http://wiki.flare3d.com/index.php/MovieClipTexture3D

any idea? thank you

Khaled Garbaya
  • 1,479
  • 16
  • 20

1 Answers1

0

in the super function call you should do this :

super( new BitmapData( width, height, transparent, 0x0 ), false);

it works prefect for me now

Khaled Garbaya
  • 1,479
  • 16
  • 20