ConstructorOptions
Properties
The inner radii of the ellipsoid in the x, y, and z directions. Default value - options.radii
The maximum angle lying in the xy-plane measured from the positive x-axis and toward the positive y-axis. Default value - 2*PI
The maximum angle measured from the positive z-axis and toward the negative z-axis. Default value - PI
The minimum angle lying in the xy-plane measured from the positive x-axis and toward the positive y-axis. Default value - 0.0
The minimum angle measured from the positive z-axis and toward the negative z-axis. Default value - 0.0
The radii of the ellipsoid in the x, y, and z directions. Default value - Cartesian3(1.0, 1.0, 1.0)
The count of slices for the ellipsoid (Equal to the number of radial lines). Default value - 8
The count of stacks for the ellipsoid (1 greater than the number of parallel lines). Default value - 10
The number of points per line, determining the granularity of the curvature. Default value - 128