What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Deprecation Schedule

PivotPointAdjuster()

A PivotPointAdjuster gives a GraphicObject a unique copy of its Geometry, which can then be modified using the PivotPointAdjuster's position, rotation, and scale members. Note that changing the position, rotation, or scale at run time causes a costly rebuild of the Geometry data and is only recommended during initialization. [NON-INSTANTIABLE]

new PivotPointAdjuster()

MEMBERS

inheritedTypes :object

Dictionary object listing all of the types this object is compatible with.

lazyUpdater :LazyUpdater

The lazy updater responsible for updating the GraphicObject's Geometry.

position :Vector3

The position offset to apply to every vertex in the Geometry. Note that changing this at run time causes a costly rebuild of the Geometry data and is only recommended during initialization.

rotation :Vector3

The rotation to apply to every vertex in the Geometry. Note that changing this at run time causes a costly rebuild of the Geometry data and is only recommended during initialization.

type :string

Type identifier.

METHODS

dispose()

Removes and destroys the PivotPointAdjuster, restoring the original Geometry if possible.