-
Notifications
You must be signed in to change notification settings - Fork 200
lib.3d.mesh.generate.CylinderMesh
Thomas Mann edited this page Jan 17, 2024
·
3 revisions
Creates a cylinder mesh with or without closing caps. You can use the Height, Fill, and RadiusOffset parameters to generate things like pie charts, torus diagrams, cones, and other shapes.
Check the presets.
Tip:
- set the cap segments to 0 to skip drawing caps.
Also see [NGonMesh]
Name (Relevancy & Type) | Description |
---|---|
Center (Vector3) | - |
Radius (Single) | - |
RadiusOffset (Single) | - |
Height (Single) | - |
Rows (Int32) | - |
Columns (Int32) | - |
Spin (Single) | - |
Twist (Single) | - |
Fill (Single) | - |
BasePivot (Single) | - |
CapSegments (Int32) | - |
Rotation (Vector3) | - |
Name | Type |
---|---|
Data | T3.Core.DataTypes.MeshBuffers |
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