sphere

fun NodeManager.sphere(radius: Double = 1.0, division: Int = 64): Sphere

Add a Sphere to this manager.

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 NodeManager.sphere(radius: Double = 1.0, division: Int = 64, configuration: Sphere.() -> Unit): Sphere

Add a Sphere with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.