Ignore:
Timestamp:
Nov 23, 2014 7:40:56 PM (9 years ago)
Author:
ldelgass
Message:

Merge some changes from trunk, including 2 new (currently unused) commands for
the image (slice) object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/branches/1.7/protocol.txt

    r4777 r4783  
    603603image delete <?dataSetName?>
    604604image extents <xmin> <xmax> <ymin> <ymax> <zmin> <zmax> <?dataSetName?>
     605      Deprecated
     606image follow <bool> <?dataSetName?>
     607      Toggle camera following.  When on, slice plane will face the camera and
     608      camera focal point determines slice offset
    605609image level <level> <?dataSetName?>
    606610image opacity <opacity> <?dataSetName?>
     
    608612image pos <x> <y> <z> <?dataSetName?>
    609613image scale <sx> <sy> <sz> <?dataSetName?>
     614image slice <nx> <ny> <nz> <ox> <oy> <oz> <?dataSetName?>
     615      Disable camera follow and set slice plane by plane normal (nx,ny,nz) and
     616      origin (ox,oy,oz)
    610617image visible <bool> <?dataSetName?>
    611618image window <windowWidth> <?dataSetName?>
    612619image zslice <sliceNum> <?dataSetName?>
     620      Deprecated
    613621
    614622lic add <?datasetName?>
Note: See TracChangeset for help on using the changeset viewer.