summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/draw_element.idl
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/draw_element.idl')
-rw-r--r--o3d/plugin/idl/draw_element.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/o3d/plugin/idl/draw_element.idl b/o3d/plugin/idl/draw_element.idl
index 3178f86..5181f32 100644
--- a/o3d/plugin/idl/draw_element.idl
+++ b/o3d/plugin/idl/draw_element.idl
@@ -36,9 +36,9 @@ namespace o3d {
You can override other Effect parameters by adding corresponding params to
the DrawElement.
- \sa Element
- \sa Material
- \sa Effect
+ \sa o3d.Element
+ \sa o3d.Material
+ \sa o3d.Effect
@o3dparameter material ParamMaterial The material used to render this
the Element that owns this DrawElement.
@@ -47,7 +47,7 @@ namespace o3d {
: ParamObject {
%[
- The Material for this Draw Element. If it is null the material of owner will
+ The Material for this DrawElement. If it is null the material of owner will
be used.
%]
[getter, setter] Material? material_;