Changeset 29 in 3DVCSoftware for branches/0.3-poznan-univ/source/App/TAppCommon
- Timestamp:
- 26 Feb 2012, 00:12:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/source/App/TAppCommon/TAppComCamPara.cpp
r28 r29 1491 1491 riNearestViewIdx = 0; 1492 1492 1493 Bool bDecencdingVN = ( m_aiSortedBaseViews.size() >= 2 && m_aiSortedBaseViews[ 0 ] > m_aiSortedBaseViews[ 1 ] ); 1494 Int iFactor = ( bDecencdingVN ? -1 : 1 ); 1495 1496 if( ( m_aiBaseId2SortedId[iSynthViewIdx] - m_aiBaseId2SortedId[riNearestViewIdx] ) * iFactor <= 0 ) 1493 if( ( m_aiBaseId2SortedId[iSynthViewIdx] - m_aiBaseId2SortedId[riNearestViewIdx] ) > 0 ) 1497 1494 { 1498 1495 rbRenderFromLeft = true;
Note: See TracChangeset for help on using the changeset viewer.