summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/param_operation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/param_operation.idl')
-rw-r--r--o3d/plugin/idl/param_operation.idl34
1 files changed, 34 insertions, 0 deletions
diff --git a/o3d/plugin/idl/param_operation.idl b/o3d/plugin/idl/param_operation.idl
index 6c97be5..ddb086e 100644
--- a/o3d/plugin/idl/param_operation.idl
+++ b/o3d/plugin/idl/param_operation.idl
@@ -43,11 +43,13 @@ namespace o3d {
class ParamOp2FloatsToFloat2 : ParamObject {
%[
The first value for the Float2.
+ Default = 0.
%]
[getter, setter] float input_0;
%[
The second value for the Float2.
+ Default = 0.
%]
[getter, setter] float input_1;
@@ -70,16 +72,19 @@ class ParamOp2FloatsToFloat2 : ParamObject {
class ParamOp3FloatsToFloat3 : ParamObject {
%[
The first value for the Float3.
+ Default = 0.
%]
[getter, setter] float input_0;
%[
The second value for the Float3.
+ Default = 0.
%]
[getter, setter] float input_1;
%[
The third value for the Float3.
+ Default = 0.
%]
[getter, setter] float input_2;
@@ -103,21 +108,25 @@ class ParamOp3FloatsToFloat3 : ParamObject {
class ParamOp4FloatsToFloat4 : ParamObject {
%[
The first value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_0;
%[
The second value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_1;
%[
The third value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_2;
%[
The fourth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_3;
@@ -159,81 +168,97 @@ class ParamOp4FloatsToFloat4 : ParamObject {
class ParamOp16FloatsToMatrix4 : ParamObject {
%[
The first value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_0;
%[
The second value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_1;
%[
The third value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_2;
%[
The fourth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_3;
%[
The fifth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_4;
%[
The sixth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_5;
%[
The seventh value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_6;
%[
The eighth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_7;
%[
The ninth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_8;
%[
The tenth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_9;
%[
The eleventh value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_10;
%[
The twelfth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_11;
%[
The thirteenth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_12;
%[
The fourteenth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_13;
%[
The fifteenth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_14;
%[
The sixteenth value for the Float4.
+ Default = 0.
%]
[getter, setter] float input_15;
@@ -265,46 +290,55 @@ class ParamOp16FloatsToMatrix4 : ParamObject {
class TRSToMatrix4 : ParamObject {
%[
The x translation for the Matrix4.
+ Default = 0.
%]
[getter, setter] float translate_x;
%[
The y translation for the Matrix4.
+ Default = 0.
%]
[getter, setter] float translate_y;
%[
The z translation for the Matrix4.
+ Default = 0.
%]
[getter, setter] float translate_z;
%[
The x rotation for the Matrix4.
+ Default = 0.
%]
[getter, setter] float rotate_x;
%[
The y rotation for the Matrix4.
+ Default = 0.
%]
[getter, setter] float rotate_y;
%[
The z rotation for the Matrix4.
+ Default = 0.
%]
[getter, setter] float rotate_z;
%[
The x scale for the Matrix4.
+ Default = 0.
%]
[getter, setter] float scale_x;
%[
The y scale for the Matrix4.
+ Default = 0.
%]
[getter, setter] float scale_y;
%[
The z scale for the Matrix4.
+ Default = 0.
%]
[getter, setter] float scale_z;