Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibRenderer
- Timestamp:
- 23 Oct 2013, 23:01:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibRenderer/TRenTop.cpp
r608 r655 1033 1033 for ( ; iInterPolPos <= xCeil (iShiftedPos ) -1 ; iInterPolPos++) 1034 1034 { 1035 #if H_3D_FIX_REN1036 1035 if ( ( iInterPolPos >= 0 ) && ( iInterPolPos < iOutputWidth ) ) 1037 1036 { … … 1050 1049 } 1051 1050 } 1052 #else1053 for( UInt uiCurPlane = 0; uiCurPlane < uiNumberOfPlanes; uiCurPlane++)1054 {1055 if ( ( iInterPolPos >= 0 ) && ( iInterPolPos < iOutputWidth ) )1056 {1057 apcOutputData[uiCurPlane][iInterPolPos] = apcInputData[uiCurPlane][iPosX];1058 }1059 }1060 #endif1061 1051 } 1062 1052 } … … 1304 1294 else 1305 1295 { 1306 #if H_3D_FIX_REN1307 1296 pcAlphaData[iXPos] = pcFilledData[iXPos]; 1308 #else1309 pcAlphaData[iXPos] = REN_IS_FILLED;1310 #endif1311 1297 } 1312 1298 }
Note: See TracChangeset for help on using the changeset viewer.