Changeset 3179 for trunk/packages


Ignore:
Timestamp:
Sep 22, 2012 11:15:50 AM (12 years ago)
Author:
ldelgass
Message:

acutally apply clip planes to DataSet? outlines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/RpVtkRenderer.cpp

    r3177 r3179  
    30863086     * Mappers already using the PlaneCollection
    30873087     */
     3088    // First set clip planes for DataSet bounding boxes
     3089    for (DataSetHashmap::iterator itr = _dataSets.begin();
     3090         itr != _dataSets.end(); ++itr) {
     3091        itr->second->setClippingPlanes(_activeClipPlanes);
     3092    }
     3093
    30883094    setGraphicsObjectClippingPlanes<Arc>(_activeClipPlanes);
    30893095    setGraphicsObjectClippingPlanes<Arrow>(_activeClipPlanes);
Note: See TracChangeset for help on using the changeset viewer.