- getMaterial
Ref!Material getMaterial()
- getRadialSegments
long getRadialSegments()
- getRadius
double getRadius()
- getRings
long getRings()
- getSmoothFaces
bool getSmoothFaces()
- opAssign
CSGSphere opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(CSGSphere 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.
- setMaterial
void setMaterial(Material material)
- setRadialSegments
void setRadialSegments(long radial_segments)
- setRadius
void setRadius(double radius)
- setRings
void setRings(long rings)
- setSmoothFaces
void setSmoothFaces(bool smooth_faces)
A CSG Sphere shape.
This node allows you to create a sphere for use with the CSG system.