- getInnerRadius
double getInnerRadius()
- getMaterial
Ref!Material getMaterial()
- getOuterRadius
double getOuterRadius()
- getRingSides
long getRingSides()
- getSides
long getSides()
- getSmoothFaces
bool getSmoothFaces()
- opAssign
CSGTorus opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(CSGTorus other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setInnerRadius
void setInnerRadius(double radius)
- setMaterial
void setMaterial(Material material)
- setOuterRadius
void setOuterRadius(double radius)
- setRingSides
void setRingSides(long sides)
- setSides
void setSides(long sides)
- setSmoothFaces
void setSmoothFaces(bool smooth_faces)
A CSG Torus shape.
This node allows you to create a torus for use with the CSG system.