Changeset 2493 for trunk


Ignore:
Timestamp:
Sep 8, 2011, 4:41:28 PM (13 years ago)
Author:
ldelgass
Message:

Add protocol documentation for new options

File:
1 edited

Legend:

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

    r2478 r2493  
    158158glyphs linecolor <r> <g> <b> <?datasetName?>
    159159glyphs linewidth <val> <?datasetName?>
     160glyphs normscale <bool> <?datasetName?>
     161       Control if data values are normalized to [0,1] range before applying
     162       glyph scaling factor (gscale)
    160163glyphs opacity <val> <?datasetName?>
    161164glyphs orient <qw> <qx> <qy> <qz> <?dataSetName?>
     
    249252
    250253pseudocolor add <?datasetName?>
     254pseudocolor ccolor r g b <?datasetName?>
    251255pseudocolor colormap <colormapName> <?datasetName?>
     256pseudocolor colormode <scalar|vmag|vx|vy|vz|ccolor> <?datasetName?>
     257            Set the field used to color the object.  'ccolor' means to use
     258            the constant color defined by the ccolor subcommand.  'scalar' uses
     259            the active scalar field.  'vmag' uses the magnitude of the current
     260            vector field, and 'vx','vy','vz' use the corresponding component of
     261            the active vector field.
    252262pseudocolor delete <?datasetName?>
    253263pseudocolor edges <bool> <?datasetName?>
Note: See TracChangeset for help on using the changeset viewer.