Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibRenderer


Ignore:
Timestamp:
23 Oct 2013, 23:01:30 (11 years ago)
Author:
tech
Message:

Merged 8.1-Cleanup@654

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibRenderer/TRenTop.cpp

    r608 r655  
    10331033            for ( ; iInterPolPos <= xCeil (iShiftedPos ) -1 ; iInterPolPos++)
    10341034            {
    1035 #if H_3D_FIX_REN
    10361035              if ( ( iInterPolPos >= 0 ) && ( iInterPolPos < iOutputWidth ) )
    10371036              {
     
    10501049                }
    10511050              }
    1052 #else
    1053               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 #endif
    10611051            }
    10621052          }
     
    13041294        else
    13051295        {
    1306 #if H_3D_FIX_REN
    13071296          pcAlphaData[iXPos] = pcFilledData[iXPos];
    1308 #else
    1309           pcAlphaData[iXPos] = REN_IS_FILLED;
    1310 #endif
    13111297        }
    13121298      }
Note: See TracChangeset for help on using the changeset viewer.