lib.point.modify.SamplePointsByCameraDistance - tixl3d/tixl GitHub Wiki
Changes the W value / F value of existing points based on their distance to the active camera. For example, to make distant points appear larger or smaller than nearby points, etc. Needs a Point source such as: [GridPoints], [RadialPoints], [SpherePoints] etc. And [DrawPoints], [DrawLines] or similar in order to view the result.
Useful Combinations: [GridPoints] [TransformPoints]
Name (Relevancy & Type) | Description |
---|---|
Points (BufferWithViews) | Point input |
NearRange (Single) | Defines the minimum distance from which points are taken into account. |
FarRange (Single) | Defines the maximum distance from which points are taken into account. |
WForDistance (Curve) | Curve that defines which value the points are assigned based on their distance |
Name | Type |
---|---|
Output | 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.