OverwriteVectorComponent¶
- MacroModule¶
genre
author
package
definition
keywords
Purpose¶
The module OverwriteVectorComponent overwrites single components of a 4D vector.
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Vector (inVector)¶
- name: inVector, type: Vector4, default: 1 3 4 2¶
Sets the input vector.
X¶
- name: overwriteX, type: Bool, default: FALSE¶
If checked, the x-component of the vector is overwritten.
Value (newXValue)¶
- name: newXValue, type: String, default: 0¶
Sets the new x-value.
Y¶
- name: overwriteY, type: Bool, default: FALSE¶
If checked, the y-component of the vector is overwritten.
Value (newYValue)¶
- name: newYValue, type: String, default: 0¶
Sets the new y-value.
Z¶
- name: overwriteZ, type: Bool, default: FALSE¶
If checked, the z-component of the vector is overwritten.
Value (newZValue)¶
- name: newZValue, type: String, default: 0¶
Sets the new z-value.
W¶
- name: overwriteD, type: Bool, default: FALSE¶
If checked, the w-component of the vector is overwritten.
Value (newDValue)¶
- name: newDValue, type: String, default: 0¶
Sets the new w-value.
Vector (outVector)¶
- name: outVector, type: Vector4, persistent: no¶
Shows the resulting output vector.