Group¶
Groups a sequence of incoming draw commands.
Although similar to [Execute], it also allows to [Transform] and override the color multiply for all operators further down (i.e., left) in the graph.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| Commands (Command Required) | — |
| Translation (Vector3) | Moves the incoming subgraph X (-left / +right), Y (-down / +up), Z (-forward / +backwards) |
| Rotation (Vector3) | Rotates the incoming subgraph around the following axes: X: Horizontal axis Y: Vertical axis Z: Forward axis |
| Scale (Vector3) | Scales the incoming subgraph in the following directions: X: Width Y: Height Z: Depth |
| UniformScale (Single) | Uniformly scales the incoming subgraph |
| IsEnabled (Boolean) | Enables / Disables the group |
| Color (Vector4) | Everything in this group will be rendered with this color multiplied. |
| ForceColorUpdate (Boolean) | Forces constant updating if the colors animation is ignored. |
| EnableProfiling (Boolean) | Enabling this option will measure the time it took to update the content of this group. This can be very useful for profiling and optimizing your designs. You can see the measurements in the "IO Window". |
Outputs¶
| Name | Type |
|---|---|
| Output | T3.Core.DataTypes.Command |