diff options
Diffstat (limited to 'o3d/plugin/idl/shape.idl')
-rw-r--r-- | o3d/plugin/idl/shape.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/idl/shape.idl b/o3d/plugin/idl/shape.idl index 1423e94..b72f88f 100644 --- a/o3d/plugin/idl/shape.idl +++ b/o3d/plugin/idl/shape.idl @@ -63,7 +63,7 @@ typedef Element[] ElementArray; Creates a DrawElement for each Element owned by this Shape. If an Element already has a DrawElement that uses \a material a new DrawElement will not be created. - \param pack: pack used to manage created DrawElements. + \param pack pack used to manage created DrawElements. \param material material to use for each DrawElement. If you pass null it will use the material on the corresponding Element. This allows you to easily setup the default (just draw as is) by passing |