Class TorusMesh
Class representing a torus PrimitiveMesh.
- Inheritance
-
TorusMesh
Remarks
Class representing a torus PrimitiveMesh.
Properties
inner_radius
The inner radius of the torus.
var inner_radius : float = 0.5
Property Value
Remarks
outer_radius
The outer radius of the torus.
var outer_radius : float = 1.0
Property Value
Remarks
ring_segments
The number of edges each ring of the torus is constructed of.
var ring_segments : int = 32
Property Value
Remarks
rings
The number of slices the torus is constructed of.
var rings : int = 64