大致流程:1、做等宽色块,加内发光2、变形->膨化,弯曲20%3、加高光和投影层,增加立体感4、制作多列,合并后,滤镜->扭曲->球面化100%2次(注意放在在正方形画布中间)5、变形,调整底部最终效果如: Read More
posted @ 2014-05-04 20:28 tinyphp Views(669) Comments(0) Diggs(0) Edit
class Dog{ Dog(){ }}构造函数没有返回值定义,构造函数名必须和类名相同,如果类里面没有构造函数,编译器会帮你加一个构造函数。使用this调用构造函数class Dog{ String name; Dog(){ System.ou... Read More
posted @ 2014-05-04 16:54 tinyphp Views(243) Comments(0) Diggs(0) Edit