Search found 2 matches

by The teror
Fri Sep 07, 2018 1:13 pm
Forum: Development area
Topic: Blood Cave man
Replies: 0
Views: 6020

Blood Cave man

ColorMatrix matrix = new ColorMatrix(); ColorMatrix temp = new ColorMatrix(); temp.setRotate(2, 154); matrix.postConcat(temp); temp.setRotate(1, 273); matrix.postConcat(temp); temp.setScale(1.85, 0.87, -0.24, 2.00); matrix.postConcat(temp); temp.setRotate(0, 282); matrix.postConcat(temp); temp.setSa...
by The teror
Fri Sep 07, 2018 10:25 am
Forum: Development area
Topic: Ghost Devil
Replies: 1
Views: 5371

Ghost Devil

ColorMatrix matrix = new ColorMatrix(); ColorMatrix temp = new ColorMatrix(); temp.setRotate(0, 188); matrix.postConcat(temp); temp.setRotate(2, 280); matrix.postConcat(temp); temp.setScale(1.19, 1.25, -0.27, 1.00); matrix.postConcat(temp); temp.setSaturation(0.05); matrix.postConcat(temp); return m...