TrackballManipulator
Introduction
vtkTrackballManipulator.
Methods
extend
Method use to decorate a given object (publicAPI+model) with vtkTrackballManipulator characteristics.
| Argument | Type | Required | Description |
|---|---|---|---|
publicAPI | Yes | object on which methods will be bounds (public) | |
model | Yes | object on which data structure will be bounds (protected) | |
initialValues | ITrackballManipulatorInitialValues | No | (default: {}) |
newInstance
Method use to create a new instance of vtkTrackballManipulator
reset
trackballRotate
| Argument | Type | Required | Description |
|---|---|---|---|
prevX | Number | Yes | |
prevY | Number | Yes | |
curX | Number | Yes | |
curY | Number | Yes | |
origin | Vector3 | Yes | |
direction | Vector3 | Yes | |
renderer | Yes | ||
glRenderWindow | Yes |