lib.point.generate.SpherePoints - tixl3d/tixl GitHub Wiki

SpherePoints

in Lib.point.generate


Generates a sphere with evenly distributed points on its surface.

Needs a [DrawPoints], [DrawLines] or [DrawMeshAtPoints] or similar in order to become visible.

Similar: [GridPoints], [RadialPoints], [PointsOnMesh]


Input Parameters

Name (Relevancy & Type) Description
Count (Int32) Controls the amount of points distributed on the sphere
Radius (Single) Controls the radius of the sphere
Center (Vector3) Moves the center of the sphere
StartAngle (Single) Rotates the sphere
Scatter (Single) Shifts the points on the sphere with varying values

ProTip: If the points should leave the surface of the sphere [RandomizePoints] can be of help

Outputs

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.

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