summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/transform.idl
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/transform.idl')
-rw-r--r--o3d/plugin/idl/transform.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/plugin/idl/transform.idl b/o3d/plugin/idl/transform.idl
index 3e1653a..bc359f2 100644
--- a/o3d/plugin/idl/transform.idl
+++ b/o3d/plugin/idl/transform.idl
@@ -52,6 +52,7 @@ typedef Shape[] ShapeArray;
: ParamObject {
%[
The Visibility for this transform.
+ Default = true.
%]
[getter, setter] bool visible_;
@@ -168,6 +169,7 @@ typedef Shape[] ShapeArray;
%[
Local transformation matrix.
+ Default = Identity.
%]
[getter, setter, nocpp] Vectormath::Aos::Matrix4 local_matrix;
@@ -175,6 +177,7 @@ typedef Shape[] ShapeArray;
The cull setting for this transform. If true this Transform will be culled
by having its bounding box compared to the view frustum of any draw context
it is used with.
+ Default = false.
%]
[getter, setter] bool cull_;