Lib.render.transform.Group - tixl3d/tixl GitHub Wiki

Group

in Lib.render.transform


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 (CommandRequired) -
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

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️