lib.point.combine.BlendPoints - tixl3d/tixl GitHub Wiki
Creates different transitions between two different point setups
Name (Relevancy & Type) | Description |
---|---|
PointsA_ (BufferWithViewsRequired) | Input for Point Setup A |
PointsB_ (BufferWithViewsRequired) | Input for Point Setup B |
BlendFactor (Single) | Defines the transition between the two point setups 0 = PointsA is displayed without changes 1 = PointsB is displayed without changes If the 'BlendMode' ist set to 'Blend', the points overshoot at values lower than 0 and higher than 1. If the 'Blendmode' is set to 'RangeBlendSmooth', the transition loops. |
Scatter (Single) | Adds a random noise to the points position during the transition |
BlendMode (Int32) | Defines how to blend between the point setups |
RangeWidth (Single) | Defines the Range width when the 'BlendMode' is set to 'RangeBlend' or 'RangeBlendSmooth' |
Pairing (Int32) | Selects the mode with which points are paired for blending |
Name | Type |
---|---|
OutBuffer | T3.Core.DataTypes.BufferWithViews |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.