source: trunk/packages/vizservers/vtkvis/RpVtkRenderer.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3177   12 years mmc Updated all of the copyright notices to reference the transfer to the …
(edit) @3164   12 years ldelgass Add protocol for line primitives, add more template functions for …
(edit) @3153   12 years ldelgass Protocol support for colormapping contour2ds.
(edit) @3148   12 years ldelgass Add Box and Sphere shapes and commands to vtkvis.
(edit) @3138   12 years ldelgass Add vtk renderer method to collect unscaled graphics object bounds.
(edit) @3136   12 years ldelgass More fixes for string fields
(edit) @3126   12 years ldelgass Add warp (by vector) commands
(edit) @3120   12 years ldelgass Don't automatically switch camera to image mode for 2D scene …
(edit) @2865   12 years ldelgass Use new custom vtk 3d axes (when USE_CUSTOM_AXES is defined). Fixes …
(edit) @2759   12 years ldelgass Use polygon offset for cutplane border
(edit) @2729   12 years ldelgass Add renderer option to control opacity of legend -- defaults to opaque …
(edit) @2627   13 years ldelgass Allow data range to be specified for legend. A range with min > max …
(edit) @2617   13 years ldelgass Check for NULL name in getCumulativeDataRange to prevent an exception …
(edit) @2612   13 years ldelgass Refactor vtkvis to support setting colormap fields by name/attribute …
(edit) @2597   13 years ldelgass Check for redundant active scalar/vector state and only update ranges …
(edit) @2596   13 years ldelgass Fix for legend rendering if USE_OFFSCREEN_RENDERING is disabled.
(edit) @2581   13 years ldelgass Add 'seed numpts...' subcommand for changing number of randomly …
(edit) @2576   13 years ldelgass Move inline quaternion utility functions to new RpMath?.h header
(edit) @2575   13 years ldelgass cutplane now controls 3 axis aligned cutplanes. Add some comments to …
(edit) @2533   13 years ldelgass Check VTK version defines for Glyph3DMapper, remove Makefile variable. …
(edit) @2521   13 years ldelgass Make vtkvis server's default axis flymode static to match the client's …
(edit) @2517   13 years ldelgass A few more fixes to camera settings on slice changes
(edit) @2516   13 years ldelgass Don't reset camera on a cutplane slice change.
(edit) @2515   13 years ldelgass Don't reset camera on cutplane add -- may want to do this with all …
(edit) @2514   13 years ldelgass Add cutplane command -- pseudocolored plane on principal axis. Can be …
(edit) @2512   13 years ldelgass Remove clipplanes with negative direction when ratio is 1, not 0. …
(edit) @2506   13 years ldelgass Add option to send VTK file to be used for streamlines seeds. The …
(edit) @2492   13 years ldelgass Add constant color, colormode options for pseudocolor: color by …
(edit) @2480   13 years ldelgass Fix for setting height of vertical legend
(edit) @2479   13 years ldelgass Fix copy/paste error: don't need to init camera on bbox color change
(edit) @2478   13 years ldelgass Add dataset bounding box outline color command. Legend - if no …
(edit) @2471   13 years ldelgass Return title and range with legend
(edit) @2467   13 years ldelgass Add numLabels option to legend -- 0 is allowed, will suppress labels. …
(edit) @2459   13 years ldelgass LIC fixes: mask out out-of-bounds sample points from probe filter, run …
(edit) @2455   13 years ldelgass Add option to turn on wireframe outline of DataSet? bounds
(edit) @2453   13 years ldelgass Add legend type option for selecting active scalar field, active …
(edit) @2434   13 years ldelgass When setting visibility of all axes, use the current set of enabled …
(edit) @2423   13 years ldelgass Handle 2D datasets with offset from origin or in principal planes …
(edit) @2404   13 years ldelgass Create a default grayscale colormap and use it for LIC
(edit) @2402   13 years ldelgass - Let graphics objects handle DataSet? cumulative range changes, track …
(edit) @2393   13 years ldelgass - Color mode for streamlines to allow color mapping by scalar or …
(edit) @2352   13 years ldelgass Use more descriptive matrix local names in setCameraOrientation
(edit) @2351   13 years ldelgass Use same code path for setting relative/absolute camera orientation, …
(edit) @2349   13 years ldelgass Add disk and filled regular polygon streamline seed sources, allow …
(edit) @2335   13 years ldelgass - Add protocol for setting glyph scaling and color modes - Finish …
(edit) @2332   13 years ldelgass - Don't enable backface culling if object is not opaque - Add edge …
(edit) @2329   13 years ldelgass Add option to position ticks inside, outside or both locations to 3D axes
(edit) @2328   13 years ldelgass Collect common actor/volume/assembly settings into VtkGraphicsObject?
(edit) @2320   13 years ldelgass Add Molecule (ball-and-stick) and Line Integral Convolution (LIC) …
(edit) @2318   13 years ldelgass Add n-sided polygon seed type to vtkvis streamlines
(edit) @2317   13 years ldelgass - Add Streamlines/tubes/ribbons to vtkvis: currently supports random …
(edit) @2290   13 years ldelgass - Add contour3d (isosurface geometry) command to vtkvis - Use depth …
(edit) @2277   13 years ldelgass Fix use of invalidated iterators when deleting graphics objects: need …
(edit) @2270   13 years ldelgass - Convert to newer VTK pipeline methods where applicable: i.e. use …
(edit) @2269   13 years ldelgass Add glyphs command/object for rendering 3D glyph objects at all points …
(edit) @2262   13 years ldelgass Fix for setting new volume color map when using cumulative data range
(edit) @2261   13 years ldelgass Add GPU volume rendering support to vtkvis render server
(edit) @2260   13 years ldelgass New heightmap command/object in vtkvis server - contour plot with …
(edit) @2254   13 years ldelgass Revert back to offscreen rendering -- onscreen windows have a problem …
(edit) @2251   13 years ldelgass Offscreen rendering is causing problems on some render server …
(edit) @2236   13 years ldelgass Reduce log spam on dataset visibility change, disable computing world …
(edit) @2230   13 years ldelgass Add axis flymode command, use all graphics objects (including …
(edit) @2222   13 years ldelgass Fix resetting zoom/camera distance in camera orient. Panning still …
(edit) @2214   13 years ldelgass Compile fixes for vtkvis
(edit) @2213   13 years ldelgass vtkvis - rename camera orient command to camera set, new camera orient …
(edit) @2200   13 years ldelgass New commands to set and get absolute camera orientation/position, fix …
(edit) @2194   13 years ldelgass Fix pan/zoom for VTK contours, add command to control data range …
(edit) @2146   13 years ldelgass Checkpoint commit of cumulative range support for VTK viz. server
(edit) @2137   13 years ldelgass Finish up making dataset name optional (meaning "all") in vtkvis protocol.
(edit) @2124   13 years ldelgass - Delete all for colormap command
(edit) @2123   13 years ldelgass - First pass at making dataSetName optional in commands, pass 'all' to …
(edit) @2121   13 years ldelgass - Fix crash bug on changing camera type: set vtkPlaneCollection to …
(edit) @2115   13 years ldelgass Add option to change color of axes. Install files owner writable to …
(edit) @2114   13 years ldelgass Add lighting toggle for graphics objects. Make camera pan/zoom …
(edit) @2113   13 years ldelgass Fix remaining vestiges of rgba control points in ColorMap?
(edit) @2112   13 years ldelgass New features for vtk render server: - Add new ColorMap? supporting …
(add) @2100   13 years ldelgass VTKVis server for 2D contour plots. Required modifications to …
Note: See TracRevisionLog for help on using the revision log.