sphere
Add a Sphere to this container.
Return
the control added.
inline fun sphere(radius: Double = 1.0, division: Int = 64, configuration: Sphere.() -> Unit): Sphere
Create a Sphere with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.sphere(radius: Double = 1.0, division: Int = 64, configuration: Sphere.() -> Unit): Sphere
Add a Sphere with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.