Exemplo n.º 1
0
 protected int addPolygonC(int[] polygon, int color, BS bs) {
   if (color != 0) {
     if (pcs == null || pc == 0) lastColor = 0;
     short colix = (color == lastColor ? lastColix : (lastColix = C.getColix(lastColor = color)));
     setPolygonColix(pc, colix);
   }
   return addPolygon(polygon, bs);
 }