ConstructorOptions

Properties

Link copied to clipboard
abstract val innerRadii: Cartesian3?

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

Link copied to clipboard
abstract val 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 val 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 val 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 val 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 val 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 val slicePartitions: Int?

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

Link copied to clipboard
abstract val stackPartitions: Int?

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

Link copied to clipboard
abstract val vertexFormat: VertexFormat?

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