Ignore:
Timestamp:
Jul 10, 2013 5:19:58 PM (11 years ago)
Author:
ldelgass
Message:

Update vtkvis protocol doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/protocol.txt

    r3696 r3772  
    490490       Control if data values are normalized to [0,1] range before applying
    491491       glyph scaling factor (gscale)
     492glyphs numglyphs <max> <random> <offset> <ratio> <?dataSetName?>
     493       Limit the maximum number of glyphs displayed.  Can use either a random
     494       sampling or every nth point sampling (useful for uniform grids)
     495       <max> = integer maximum number of glyphs
     496       <random> = bool indicating if random sampling should be used
     497       <offset> = offset point index from which to start sampling
     498       <ratio> = If random is false, use this to control every nth point sampling
    492499glyphs opacity <val> <?datasetName?>
    493500glyphs orient <qw> <qx> <qy> <qz> <?dataSetName?>
     
    505512
    506513group add <nodeList> <name>
     514      Add listed nodes to group named <name>.  Group will be created if
     515      it doesn't exist, but nodes may be added to existing groups.  The
     516      nodes will be removed from the virtual root scene.
    507517group delete <?name?>
    508518group orient <qw> <qx> <qy> <qz> <?name?>
     
    510520group pos <x> <y> <z> <?name?>
    511521group remove <nodeList> <name>
     522      Remove listed nodes from group.  Currently, nodes will be added back
     523      to the virtual root scene, and so nodes must be explicitly deleted to
     524      remove them from the scene.
    512525group scale <sx> <sy> <sz> <?name?>
    513526group visible <bool> <?name?>
Note: See TracChangeset for help on using the changeset viewer.