lib.point.generate.RepeatAtGPoints - tixl3d/tixl GitHub Wiki
Repeats a list of GPU points at positions provided by another list of points. The orientation of the target points can be applied, so this operator can be used to create point instantiation.
If the ApplyTargetScaleW parameter is activated, the W attribute of the target points is used as a scale factor.
Name (Relevancy & Type) | Description |
---|---|
GTargets (BufferWithViewsRequired) | - |
GPoints (BufferWithViewsRequired) | - |
CombineMode (Int32) | - |
Scale (Single) | - |
ScaleFactor (Int32) | - |
SetF1To (Int32) | - |
SetF2To (Int32) | - |
ApplyPointScale (Boolean) | - |
ApplyOrientation (Boolean) | - |
AddSeparators (Boolean) | - |
ApplyTargetScaleW (Boolean) | - |
MultiplyTargetW (Boolean) | - |
Name | Type |
---|---|
OutBuffer | T3.Core.DataTypes.BufferWithViews |
⚠ Everything else is automatically generated and will be overwritten regularly.