Changeset 4801 for vtkvis/branches/1.7


Ignore:
Timestamp:
Dec 1, 2014 1:28:43 AM (9 years ago)
Author:
ldelgass
Message:

For release branch, set default back to using all bounds, not just visible
object bounds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/branches/1.7/Renderer.cpp

    r4800 r4801  
    8080    _cameraMode(PERSPECTIVE),
    8181    _cameraAspect(ASPECT_NATIVE),
    82     _computeOnlyVisibleBounds(true),
     82    _computeOnlyVisibleBounds(false),
    8383    _imgCameraPlane(PLANE_XY),
    8484    _imgCameraOffset(0),
Note: See TracChangeset for help on using the changeset viewer.