Ignore:
Timestamp:
Mar 11, 2014, 11:38:22 AM (11 years ago)
Author:
ldelgass
Message:

merge r4040 from trunk. Brings vtkvis up to date with installed version

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

    • Property svn:mergeinfo changed
      /trunkmerged: 4040
  • branches/1.3/packages/vizservers/vtkvis/protocol.txt

    r4238 r4239  
    33Protocol for vtkvis render server. 
    44
    5 Commands take the general form of command and arguments using Tcl syntax and are 
     5Commands take the general form of command and arguments using Tcl syntax and are
    66terminated by a newline.  Some command arguments expect a Tcl list which can be
    77sent by enclosing the list in curly braces to prevent the interpreter from
     
    125125     <max> = maximum value of axis for labels
    126126axis scale <axis> <scale>
    127      Set axis range to be computed based on scaling the axis bounds by the
    128      given scale factor.
     127     Set axis range to be computed based on scaling the axis bounds by the given
     128     scale factor.
    129129     <axis> = x|y|z|all
    130130     <scale> = scale factor where range = bounds * scale
     
    247247         direction determines normal of clipping plane.  User clip planes do not
    248248         apply if camera mode is image.
    249 renderer depthpeel <bool>
     249renderer depthpeel <bool> <?occlusionRatio?> <?maxPeels?>
    250250         Set use of depth peeling algorithm for transparency
     251         <occlusionRatio> = [0,0.5] Value of 0 means exact rendering, higher
     252         values can speed rendering at the cost of some quality.  From VTK docs:
     253         "the threshold under which the algorithm stops to iterate over peel
     254         layers. This is the ratio of the number of pixels that have been
     255         touched by the last layer over the total number of pixels of the
     256         viewport area."
     257         <maxPeels> = 0 means unlimited passes, positive value limits the number
     258         of rendering passes
    251259renderer light2side <bool>
    252260         Toggle use of two-sided lighting (controls if backfaces are lit with a
Note: See TracChangeset for help on using the changeset viewer.