mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** 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.",
|
"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.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user