Page 33 of 82
Re: More skins coming soon
Posted: Wed Jul 27, 2016 3:15 pm
by Shotu
Code: Select all
0.400f, 0.500f, -0.750f, 0f, 0f, -0.100f, 0.800f, 0.500f, 0f, 0f, 0.900f, -0.200f, 0.400f, 0f, 0f, 0f, 0f, 0f, 1.000f, 0
Can i get this one?
Re: More skins coming soon
Posted: Thu Jul 28, 2016 3:58 am
by Larcos

- Screenshot_2016-07-12-13-02-51.png (294.64 KiB) Viewed 4398 times
Re: More skins coming soon
Posted: Thu Jul 28, 2016 3:59 am
by Larcos

- Screenshot_2016-07-04-20-55-15.png (353.1 KiB) Viewed 4398 times
Re: More skins coming soon
Posted: Thu Jul 28, 2016 4:00 am
by Larcos

- Screenshot_2016-07-04-20-55-50.png (361.05 KiB) Viewed 4398 times
Re: More skins coming soon
Posted: Thu Jul 28, 2016 4:01 am
by Larcos

- Screenshot_2016-07-09-14-33-04.png (251.34 KiB) Viewed 4398 times

- Screenshot_2016-07-09-14-33-04.png (251.34 KiB) Viewed 4398 times
Re: More skins coming soon
Posted: Fri Jul 29, 2016 3:20 am
by DwarfTank
Albino Worm
(Image Removed) (Sadly Never Added To Game)
Re: More skins coming soon
Posted: Fri Jul 29, 2016 3:21 am
by DwarfTank
Pink Dragon
(Image Removed) (Sadly Never Added To Game)
Re: More skins coming soon
Posted: Sun Jul 31, 2016 5:56 am
by DwarfTank
Outlaw Ship
(Add to Outlaw Map)
(Image Removed) (Sadly Never Added To Game)
Re: More skins coming soon
Posted: Sun Jul 31, 2016 1:50 pm
by Dr-Octopus
Red Skull
Code: Select all
0.941f,-0.820f,0.584f,0f,0f,
0.217f,-1.685f,0.058f,0f,0f,
0.746f,-0.805f,-0.645f,0f,0f,
0f,0f,0f,2.000f,0f

- Screenshot_2016-07-31-17-24-45.png (211.44 KiB) Viewed 4338 times
Re: More skins coming soon
Posted: Tue Aug 02, 2016 1:44 pm
by aang
ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();
temp.setRotate(1, 145);
matrix.postConcat(temp);
temp.setRotate(2, 340);
matrix.postConcat(temp);
temp.setScale(-0.43, 2.00, 2.00, 1.62);
matrix.postConcat(temp);
temp.setSaturation(0.44);
matrix.postConcat(temp);
return matrix;