Ignore:
Timestamp:
Jul 29, 2011 9:13:58 AM (13 years ago)
Author:
gah
Message:

update from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/packages/vizservers/vtkvis/RpPolyData.cpp

    r2302 r2322  
    6767        _pdActor->GetProperty()->SetLineWidth(_edgeWidth);
    6868        _pdActor->GetProperty()->SetOpacity(_opacity);
     69        _pdActor->GetProperty()->SetAmbient(.2);
    6970        if (!_lighting)
    7071            _pdActor->GetProperty()->LightingOff();
     
    9495
    9596/**
    96  * \brief Internal method to re-compute contours after a state change
     97 * \brief Internal method to set up pipeline after a state change
    9798 */
    9899void PolyData::update()
Note: See TracChangeset for help on using the changeset viewer.