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.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/plugin/idl/draw_context.idl b/o3d/plugin/idl/draw_context.idl
index 6add8a3..5141d37 100644
--- a/o3d/plugin/idl/draw_context.idl
+++ b/o3d/plugin/idl/draw_context.idl
@@ -47,6 +47,7 @@ namespace o3d {
%[
The view matrix represents the viewing transformation, used to take vertices
from world space to view space.
+ Default = Identity.
%]
[getter, setter] Vectormath::Aos::Matrix4 view;
@@ -54,6 +55,7 @@ namespace o3d {
The projection matrix represents the projection transformation, used to take
vertices from view space to screen space. This matrix is usually an
orthographic or perspective transformation.
+ Default = Identity.
%]
[getter, setter] Vectormath::Aos::Matrix4 projection;
}; // DrawContext