示例#1
0
 public void specular(float r, float g, float b, float a) {
   lighting.specular(r, g, b, a);
 }