Ignore:
Timestamp:
Oct 2, 2014, 6:27:59 PM (10 years ago)
Author:
ldelgass
Message:

Merge r4640 from trunk, bump version

Location:
vtkvis/branches/1.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/branches/1.7

  • vtkvis/branches/1.7/Renderer.cpp

    r4606 r4641  
    31153115    vtkSmartPointer<vtkCamera> camera = _renderer->GetActiveCamera();
    31163116    camera->ParallelProjectionOn();
    3117     camera->SetClippingRange(1, 2);
     3117    camera->SetClippingRange(0.5, 1.5);
    31183118    // Half of world coordinate height of viewport (Documentation is wrong)
    31193119    camera->SetParallelScale(winHeightWorld / 2.0);
Note: See TracChangeset for help on using the changeset viewer.