Changeset 974
- Timestamp:
- 10/18/07 17:04:57 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fcptr_stable_jun07/Source/System/Window/Utilities/OSGNavigator.cpp
r972 r974 988 988 calcCCtoWCMatrix(cctowc, view, _vp); 989 989 990 Real32 rx = ( toX / (Real32) _vp->getPixelWidth() ) * 2.f - 1.f,991 ry = 1.f - ( toY / (Real32) _vp->getPixelHeight() ) * 2.f;990 Real32 rx(0.f), ry(0.f); 991 _vp->getNormalizedCoordinates(rx, ry, toX, toY); 992 992 993 993 Pnt3f at;
