*** empty log message ***
This commit is contained in:
parent
c66b25fb75
commit
7cded4894b
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue