SoCenterballManip¶
-
InventorModule
¶ genre InventorManipulators
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def
Purpose¶
SoCenterballManip
is derived from SoTransform
(via SoTransformerManip
). When its fields change, nodes following it in the scene graph rotate, scale, and/or translate.
As a subclass of SoTransformerManip
, this manipulator also features a 3D interface to edit some of its fields. In this case, the interface allows editing of the rotation and center fields.
A manipulator differs from a dragger. When you move a dragger, no other nodes are affected. In contrast, when you move a SoTransformerManip
, other nodes move along with it.
Parameter Fields¶
Field Index¶
Center : Vector3 |
Rotation : Rotation |
Scale Factor : Vector3 |
Scale Orientation : Rotation |
Translation : Vector3 |
Visible Fields¶
Rotation¶
-
name:
rotation
, type:
Rotation
, default:
0 0 1 0
¶ Sets and shows the rotation of the manipulator.
Scale Factor¶
-
name:
scaleFactor
, type:
Vector3
, default:
1 1 1
¶ Sets and shows the scale factor for the small cubes, which are of type
SoScaleUniformDragger
.