diff options
Diffstat (limited to 'o3d/plugin/idl/primitive.idl')
-rw-r--r-- | o3d/plugin/idl/primitive.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/plugin/idl/primitive.idl b/o3d/plugin/idl/primitive.idl index 4e0547c..2f83535 100644 --- a/o3d/plugin/idl/primitive.idl +++ b/o3d/plugin/idl/primitive.idl @@ -34,6 +34,9 @@ namespace o3d { %[ A Primitive is a type of Element that is made from a list of points, lines or triangles that use a single material. + + @o3dparameter streamBank ParamStreamBank The StreamBank used by this + Primitive. %] [nocpp, include="core/cross/primitive.h"] class Primitive : Element { |