summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/matrix4_scale.idl
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/matrix4_scale.idl')
-rw-r--r--o3d/plugin/idl/matrix4_scale.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/o3d/plugin/idl/matrix4_scale.idl b/o3d/plugin/idl/matrix4_scale.idl
index 3b25089..a4766db2 100644
--- a/o3d/plugin/idl/matrix4_scale.idl
+++ b/o3d/plugin/idl/matrix4_scale.idl
@@ -44,11 +44,13 @@ namespace o3d {
class Matrix4Scale : ParamObject {
%[
The local scaling.
+ Default = [0, 0, 0].
%]
[getter, setter] Float3 scale;
%[
- The parent matrix. Identity by default.
+ The parent matrix.
+ Default = Identity.
%]
[getter, setter] Vectormath::Aos::Matrix4 input_matrix;