-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.point.modify.SamplePointColorAttributes
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Use a texture to color the points. Same as [SamplePointAttributes] but for colors only
| Name (Relevancy & Type) | Description |
|---|---|
| GPoints (BufferWithViewsRequired) | - |
| Texture (Texture2DRequired) | - |
| BaseColor (Vector4) | Use the alpha channel to control the blending of the texture |
| BlendMode (Int32) | - |
| Center (Vector3) | - |
| Stretch (Vector2) | - |
| Scale (Single) | - |
| TextureRotate (Vector3) | - |
| TextureMode (TextureAddressMode) | - |
| Visibility (GizmoVisibility) | - |
| Name | Type |
|---|---|
| OutBuffer | T3.Core.DataTypes.BufferWithViews |
⚠ Everything else is automatically generated and will be overwritten regularly.