hi.
i try to draw on texture bitmapData after assign it to a material. but the bitmapData don’t update. So is there a way to modify the textures bitmaData?
thanks!
How to update/draw on BitmapData from TextureMaterial?Software: Away3D 4.x |
||
Vice, Member
Posted: 18 March 2012 01:43 PM Total Posts: 58 hi. thanks! |
||
Ontheronix, Jr. Member
Posted: 18 March 2012 02:32 PM Total Posts: 37 [ # 1 ] Same question here |
||
Vice, Member
Posted: 18 March 2012 02:59 PM Total Posts: 58 [ # 2 ] Okay, i ve got it - it’s pretty easy: var bitmapData : BitmapData = new BitmapData(512, 512); //now, your able to do any updates like this:
i try to draw into “bitmapTexture.bitmapData” thats not possible. and i don’t know why. |
||
Ontheronix, Jr. Member
Posted: 26 March 2012 04:56 PM Total Posts: 37 [ # 3 ] Has this been resolved in any way? |
||
|