summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/draw_context.idl
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/draw_context.idl')
-rw-r--r--o3d/plugin/idl/draw_context.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/plugin/idl/draw_context.idl b/o3d/plugin/idl/draw_context.idl
index cf1aae4..6add8a3 100644
--- a/o3d/plugin/idl/draw_context.idl
+++ b/o3d/plugin/idl/draw_context.idl
@@ -36,6 +36,10 @@ namespace o3d {
It contains two 4-by-4 matrix params, view and
projection. These correspond to the viewing and projection transformation
matrices.
+
+ @o3dparameter view ParamMatrix4 The view matrix for this DrawContext.
+ @o3dparameter projection ParamMatrix4 The projection matrix for this
+ DrawContext.
%]
[nocpp, include="core/cross/draw_context.h"] class DrawContext