diff options
Diffstat (limited to 'o3d/plugin/idl/matrix4_composition.idl')
-rw-r--r-- | o3d/plugin/idl/matrix4_composition.idl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/o3d/plugin/idl/matrix4_composition.idl b/o3d/plugin/idl/matrix4_composition.idl index 35a5d22..bd899b1 100644 --- a/o3d/plugin/idl/matrix4_composition.idl +++ b/o3d/plugin/idl/matrix4_composition.idl @@ -45,11 +45,13 @@ namespace o3d { class Matrix4Composition : ParamObject { %[ The local matrix. + Default = Identity. %] [getter, setter] Vectormath::Aos::Matrix4 local_matrix; %[ - The input matrix. Identity by default. + The input matrix. + Default = Identity. %] [getter, setter] Vectormath::Aos::Matrix4 input_matrix; |