diff options
Diffstat (limited to 'o3d/plugin/idl/primitive.idl')
-rw-r--r-- | o3d/plugin/idl/primitive.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/plugin/idl/primitive.idl b/o3d/plugin/idl/primitive.idl index 2f83535..cf32673 100644 --- a/o3d/plugin/idl/primitive.idl +++ b/o3d/plugin/idl/primitive.idl @@ -63,22 +63,26 @@ class Primitive : Element { %[ The type of primitive the primitive is (i.e., Primitive::POINTLIST, Primitive::LINELIST, Primitive::TRIANGLELIST, etc.) + Default = TRIANGLELIST. %] [getter, setter] Primitive::PrimitiveType primitive_type; %[ The number of vertices the primitive has. + Default = 0. %] [getter, setter] unsigned int number_vertices; %[ The number of rendering primitives (i.e., triangles, points, lines) the primitive has. + Default = 0. %] [getter, setter] unsigned int number_primitives; %[ The index of the first vertex to render. + Default = 0. %] [getter, setter] unsigned int start_index; |