Changeset 6554
- Timestamp:
- Oct 12, 2016 9:18:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vtkvis/trunk/Renderer.cpp
r6179 r6554 763 763 TRACE("Setting Y axis scale to: %g", sy); 764 764 } 765 if (_axesRangeMode[ Y_AXIS] == RANGE_AUTO) {765 if (_axesRangeMode[Z_AXIS] == RANGE_AUTO) { 766 766 double sz = (bounds[5] == bounds[4]) ? 1.0 : (unscaledBounds[5] - unscaledBounds[4]) / (bounds[5] - bounds[4]); 767 767 _axesScale[Z_AXIS] = sz;
Note: See TracChangeset
for help on using the changeset viewer.