Prechádzať zdrojové kódy

*** empty log message ***

David Rose 24 rokov pred
rodič
commit
7cded4894b
1 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 5 5
      pandatool/src/eggprogs/eggToC.cxx

+ 5 - 5
pandatool/src/eggprogs/eggToC.cxx

@@ -66,6 +66,11 @@ EggToC() :
      "Generate a table of colors per each vertex.",
      "Generate a table of colors per each vertex.",
      &EggToC::dispatch_none, &_vertex_colors);
      &EggToC::dispatch_none, &_vertex_colors);
 
 
+  add_option
+    ("p", "", 0,
+     "Generate a table of polygons that index into the above tables.",
+     &EggToC::dispatch_none, &_polygons);
+
   add_option
   add_option
     ("pn", "", 0,
     ("pn", "", 0,
      "Generate a table of normals per each polygon.",
      "Generate a table of normals per each polygon.",
@@ -76,11 +81,6 @@ EggToC() :
      "Generate a table of colors per each polygon.",
      "Generate a table of colors per each polygon.",
      &EggToC::dispatch_none, &_polygon_colors);
      &EggToC::dispatch_none, &_polygon_colors);
 
 
-  add_option
-    ("p", "", 0,
-     "Generate a table of polygons that index into the above tables.",
-     &EggToC::dispatch_none, &_polygons);
-
   add_option
   add_option
     ("t", "", 0,
     ("t", "", 0,
      "Output only triangles by subdividing higher-order polygons.",
      "Output only triangles by subdividing higher-order polygons.",