Global

Methods

getGeometry(shapeName, factor) → {THREE.Geometry}

Return a correctly sized geometry that matches the plotting space

Parameters:
Name Type Description
shapeName string

One of 'Sphere', 'Square', 'Cone', 'Icosahedron', 'Cylinder', 'Diamond' and 'Ring'.

factor Float

Size for the geometries. Usually as determined by the DecompositionView object.

Source:
Returns:

The requested geometry object with a size appropriate for the data presented on screen.

Type
THREE.Geometry