Ignore:
Timestamp:
Apr 20, 2011 1:20:02 PM (13 years ago)
Author:
ldelgass
Message:

vtkvis - rename camera orient command to camera set, new camera orient command
takes a quaternion to orient the scene.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/RpVtkRenderer.h

    r2200 r2213  
    110110    void rotateCamera(double yaw, double pitch, double roll);
    111111
    112     void setCameraOrientation(double position[3],
    113                               double focalPoint[3],
    114                               double viewUp[3]);
    115 
    116     void getCameraOrientation(double position[3],
    117                               double focalPoint[3],
    118                               double viewUp[3]);
     112    void setSceneOrientation(double quat[4]);
     113
     114    void setCameraOrientationAndPosition(double position[3],
     115                                         double focalPoint[3],
     116                                         double viewUp[3]);
     117
     118    void getCameraOrientationAndPosition(double position[3],
     119                                         double focalPoint[3],
     120                                         double viewUp[3]);
    119121
    120122    void panCamera(double x, double y, bool absolute = true);
Note: See TracChangeset for help on using the changeset viewer.