Changeset 4784


Ignore:
Timestamp:
Nov 23, 2014, 8:58:48 PM (10 years ago)
Author:
ldelgass
Message:

Fix for camera command parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/trunk/RendererCmd.cpp

    r4505 r4784  
    22872287    {"mode",    1, CameraModeOp, 3, 3, "mode"},
    22882288    {"orient",  3, CameraOrientOp, 6, 6, "qw qx qy qz"},
    2289     {"ortho",   1, CameraOrthoOp, 7, 7, "coordMode x y width height"},
     2289    {"ortho",   3, CameraOrthoOp, 7, 7, "coordMode x y width height"},
    22902290    {"pan",     1, CameraPanOp, 4, 4, "panX panY"},
    22912291    {"reset",   2, CameraResetOp, 2, 3, "?all?"},
Note: See TracChangeset for help on using the changeset viewer.