简体   繁体   中英

MovieClipTexture 3D in Flare 3D (transparent bitmapdata clear issue)

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

in the super function call you should do this :

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

it works prefect for me now

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM