Răsfoiți Sursa

*** empty log message ***

David Rose 24 ani în urmă
părinte
comite
7cded4894b
1 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  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.",
      &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
     ("pn", "", 0,
      "Generate a table of normals per each polygon.",
@@ -76,11 +81,6 @@ EggToC() :
      "Generate a table of colors per each polygon.",
      &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
     ("t", "", 0,
      "Output only triangles by subdividing higher-order polygons.",