Page 78 of 82

Re: More skins coming soon

Posted: Sun Mar 25, 2018 4:21 pm
by Apriloon
Ice Minotauer
new ColorMatrix
-1.863,0.717,0.127,0,0,0.130,-0.015,1.996,0,0,0.717,1.867,-0.033,0,0,0, 0,0,1.000,0



Screenshot_20180325-161913.png
Screenshot_20180325-161913.png (246.26 KiB) Viewed 8531 times

Re: More skins coming soon

Posted: Sun Mar 25, 2018 4:27 pm
by Apriloon
Ice Rat
new ColorMatrix
0.763,-0.806,0.534,0,0,1.206,-0.148,-0.089,0,0,0.769,0.264,0.587,0,0,0,0,0,1.000,0


Screenshot_20180325-162640.png
Screenshot_20180325-162640.png (219.78 KiB) Viewed 8530 times

Re: More skins coming soon

Posted: Sun Mar 25, 2018 4:33 pm
by Apriloon
Bloody Bee
new ColorMatrix
-0.095,1.488,-1.333,0,0,-0.164,-0.974,-1.076,0,0,-1.985,0.079,0.230,0,0,0,0,0,1.000,0

Screenshot_20180325-163237.png
Screenshot_20180325-163237.png (227.95 KiB) Viewed 8530 times

Re: More skins coming soon

Posted: Sun Mar 25, 2018 4:39 pm
by Apriloon
Golden Dog / Fox
ColorMatrix
0.691,0.344,1.090,0,0,-0.418,0.108,1.652,0,0,0.195,-0.814,0.969,0,0,0,0,0,1.000,0


Screenshot_20180325-163853.png
Screenshot_20180325-163853.png (207.72 KiB) Viewed 8501 times

Re: More skins coming soon

Posted: Sun Mar 25, 2018 5:48 pm
by blitzcraig
apriloon, nice job on posting the matrix for each skin... just look at the instructions closely and you'll notice that it's better if you delete the spaces and letters ;)

good luck :D

EDIT - Very nice :D

Re: More skins coming soon

Posted: Sun Mar 25, 2018 8:30 pm
by Apriloon
blitzcraig wrote: Sun Mar 25, 2018 5:48 pm apriloon, nice job on posting the matrix for each skin... just look at the instructions closely and you'll notice that it's better if you delete the spaces and letters ;)

good luck :D

EDIT - Very nice :D
Thanks for the Info :D

Re: More skins coming soon

Posted: Mon Mar 26, 2018 1:48 pm
by Killer123life.
0.621,-0.340,0.669,0,0
0.797,0.499,-700,0,0
-0.166,857,-600,0,0
0,0,0,1.000,0
I'm game name is devildog66 I'm usually at spawn



Capture+_2018-03-26-07-27-12.png
Capture+_2018-03-26-07-27-12.png (1.06 MiB) Viewed 8453 times

Re: More skins coming soon

Posted: Tue Mar 27, 2018 2:09 pm
by Shadow009
ColorMatrix:
0.534,0.602,-0.704,0,0,1.082,0.386,-1.149,0,0,0.815,0.364,-0.488,0,0,0,0,0,1.000,0

Edit: Dragon name could be "Dark Amethyst Dragon".

received_1875344092518168.jpeg
received_1875344092518168.jpeg (16.68 KiB) Viewed 8433 times
I hope you like it :) Roaaar
Greets Saphira99

Re: More skins coming soon

Posted: Tue Mar 27, 2018 9:34 pm
by DwarfTank
Shadow009 wrote: Tue Mar 27, 2018 2:09 pm ColorMatrix:
0.534,0.602,-0.704,0,0,1.082,0.386,-1.149,0,0,0.815,0.364,-0.488,0,0,0,0,0,1.000,0


received_1875344092518168.jpeg

I hope you like it :) Roaaar
Greets Saphira99
+1 from DT

Re: More skins coming soon

Posted: Wed Mar 28, 2018 7:43 am
by 555Mino
ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();

temp.setRotate(1, 231);
matrix.postConcat(temp);

temp.setRotate(2, 267);
matrix.postConcat(temp);

temp.setScale(2.00, 1.02, 0.72, 1.01);
matrix.postConcat(temp);

return matrix;