SphereGeneratorConfig

class cee.utils.SphereGeneratorConfig()

The sphere generator configuration object, see SphereGenerator.

Properties


Properties

SphereGeneratorConfig.center
Type:

Vec3

The center point of the sphere.

SphereGeneratorConfig.numSlices
Type:

number

Number of slices from which the sphere will be generated. Used for both angles (directions) on the sphere.

SphereGeneratorConfig.radius
Type:

number

The radius point of the sphere.