예제 #1
0
 public void setPixels(getAColorDelegate function)
 {
     for (int i = 0; i < pixels.Length; i++)
     {
         pixels[i] = function();
     }
 }
예제 #2
0
 public void seamlessTexGenerator(getAColorDelegate function)
 {
     if (hEdges == null)
     {
         throw new ArgumentNullException(" must have calculated half edges");
     }
     bool[] done = new bool[hEdges.Length];
 }
예제 #3
0
 public void changeAllEdgesTo(getAColorDelegate function)
 {
 }