Changeset 2493 for trunk/packages
- Timestamp:
- Sep 8, 2011, 4:41:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/vtkvis/protocol.txt
r2478 r2493 158 158 glyphs linecolor <r> <g> <b> <?datasetName?> 159 159 glyphs linewidth <val> <?datasetName?> 160 glyphs normscale <bool> <?datasetName?> 161 Control if data values are normalized to [0,1] range before applying 162 glyph scaling factor (gscale) 160 163 glyphs opacity <val> <?datasetName?> 161 164 glyphs orient <qw> <qx> <qy> <qz> <?dataSetName?> … … 249 252 250 253 pseudocolor add <?datasetName?> 254 pseudocolor ccolor r g b <?datasetName?> 251 255 pseudocolor colormap <colormapName> <?datasetName?> 256 pseudocolor 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. 252 262 pseudocolor delete <?datasetName?> 253 263 pseudocolor edges <bool> <?datasetName?>
Note: See TracChangeset
for help on using the changeset viewer.