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.