ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var innerRadii: Cartesian3?

The inner radii of the ellipsoid in the x, y, and z directions. Default value - options.radii

Link copied to clipboard
abstract var maximumClock: Double?

The maximum angle lying in the xy-plane measured from the positive x-axis and toward the positive y-axis. Default value - 2*PI

Link copied to clipboard
abstract var maximumCone: Double?

The maximum angle measured from the positive z-axis and toward the negative z-axis. Default value - PI

Link copied to clipboard
abstract var minimumClock: Double?

The minimum angle lying in the xy-plane measured from the positive x-axis and toward the positive y-axis. Default value - 0.0

Link copied to clipboard
abstract var minimumCone: Double?

The minimum angle measured from the positive z-axis and toward the negative z-axis. Default value - 0.0

Link copied to clipboard
abstract var radii: Cartesian3?

The radii of the ellipsoid in the x, y, and z directions. Default value - Cartesian3(1.0, 1.0, 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