ConstructorOptions

Properties

Link copied to clipboard
abstract val radius: Double?

The radius of the sphere. Default value - 1.0

Link copied to clipboard
abstract val slicePartitions: Int?

The count of slices for the sphere (Equal to the number of radial lines). Default value - 8

Link copied to clipboard
abstract val stackPartitions: Int?

The count of stacks for the sphere (1 greater than the number of parallel lines). Default value - 10

Link copied to clipboard
abstract val subdivisions: Double?

The number of points per line, determining the granularity of the curvature . Default value - 200