Ignore:
Timestamp:
Jul 22, 2011 12:12:50 PM (13 years ago)
Author:
ldelgass
Message:
  • Add Streamlines/tubes/ribbons to vtkvis: currently supports random points or a rake line as seeds
  • Add user clipping planes to vtkvis renderer and protocol
  • Add a skylight in addition to headlight in vtkvis renderer (TODO: add protocol to control lighting)
  • Set view angle based on window height
  • Dolly camera for zoom instead of changing view angle for perspective camera
  • Add wireframe option to PseudoColor? (lines are colormapped)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/RpPseudoColor.h

    r2261 r2317  
    4646    void setOpacity(double opacity);
    4747
     48    void setWireframe(bool state);
     49
    4850    void setEdgeVisibility(bool state);
    4951
     
    6264    DataSet * _dataSet;
    6365
    64     double _opacity;
    6566    float _edgeColor[3];
    6667    float _edgeWidth;
     68    double _opacity;
     69    bool _lighting;
    6770    vtkSmartPointer<vtkLookupTable> _lut;
    6871    vtkSmartPointer<vtkDataSetMapper> _dsMapper;
Note: See TracChangeset for help on using the changeset viewer.