-
Notifications
You must be signed in to change notification settings - Fork 200
lib.point.generate.RadialPoints
Thomas Mann edited this page Jan 17, 2024
·
4 revisions
A versatile generator of circular point sets that can create a variety of circles, spirals, helixes, etc.
Try the presets to get an overview.
The CloseCircleLine option is only required when drawing lines. It will add an overlapping point and a separator, so the number of corners will be Count - 2.
Name (Relevancy & Type) | Description |
---|---|
Count (Int32) | - |
Radius (Single) | - |
RadiusOffset (Single) | - |
Center (Vector3) | - |
Offset (Vector3) | - |
StartAngle (Single) | - |
Cycles (Single) | - |
CloseCircleLine (Boolean) | - |
Axis (Vector3) | - |
W (Single) | - |
WOffset (Single) | - |
OrientationAxis (Vector3) | - |
OrientationAngle (Single) | - |
BiasAndGain (Vector2) | - |
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.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features