 |
TorusKnotModelNode(Vector3, Int32, Int32, Single, Single, Single, Int32, Int32, Material, String) Constructor |
Constructor
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic TorusKnotModelNode(
Vector3 centerPosition,
int p,
int q,
float radius1,
float radius2,
float radius3,
int uSegmentsCount,
int vSegmentsCount,
Material material,
string? name = null
)
Parameters
- centerPosition Vector3
- center position
- p Int32
- p parameter (number of rotations around its axis of rotational symmetry)
- q Int32
- q parameter (number of rotations around a circle in the interior of the torus)
- radius1 Single
- first radius
- radius2 Single
- second radius
- radius3 Single
- third radius
- uSegmentsCount Int32
- number of segments along the length of the knot
- vSegmentsCount Int32
- number of segments around one knot segment
- material Material
- material
- name String (Optional)
- Mesh name (for debug purposes).
See Also