ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var radius: Double?

The radius of the sphere. Default value - 1.0

Link copied to clipboard
abstract var slicePartitions: Int?

The number of times to partition the ellipsoid into radial slices. Default value - 64

Link copied to clipboard
abstract var stackPartitions: Int?

The number of times to partition the ellipsoid into stacks. Default value - 64

Link copied to clipboard
abstract var vertexFormat: VertexFormat?

The vertex attributes to be computed. Default value - VertexFormat.DEFAULT