|
| Mnyh |
Post
#1
|
|
Member Group: Members Posts: 28 Joined: 22-June 06 Member No.: 45 |
Hi people,
I have a little problem which i can't solve by myself (IMG:style_emoticons/default/sad.gif) I try to flip horizontal a image for a cubes texture. This is my code: CODE flipHorizontalMatrix = new Matrix(); flipHorizontalMatrix.scale(-1,1); flipHorizontalMatrix.translate(myBitmap.width,0); flippedBitmap = new BitmapData(myBitmap.width,myBitmap.height,false,0x FFCC00); flippedBitmap.draw(myBitmap,flipHorizontalMatrix); But on the cube it's still the same... Can u help me? Greetings, Mnyh |
| Lo-Fi Version | Time is now: 20th August 2007 - 11:43 AM |