Ignore:
Timestamp:
19 Nov 2012, 21:15:40 (12 years ago)
Author:
mitsubishi-htm
Message:

A second release, as planned

  • Migrate to HTM 4.1
  • Move VSP related switches to cfg file instead of #define in the source code
  • A few bug fixes
  • For VC project files, only VC9 file is updated

TODO

  • Migrate to HTM 5.0, to be used as anchor for CE1 toward Geneva meeting
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibRenderer/TRenModel.h

    r101 r193  
    6262
    6363  // Set horizontal offset
     64#if FIX_VSO_SETUP
     65  Void  setupPart        ( UInt uiHorOff, Int iUsedHeight );
     66#else
    6467  Void  setHorOffset     ( UInt uiHorOff );
     68#endif
    6569
    6670  // Set Mode
    67   Void  setErrorMode     ( Int iView, Int iContent, int iPlane );
     71  Void  setErrorMode     ( Int iView, Int iContent, Int iPlane );
    6872
    6973  // Get Distortion, set Data
     
    100104  Int m_iSampledWidth;
    101105  Int m_iPad;
     106#if FIX_VSO_SETUP
     107  Int m_iUsedHeight;   // height currently used in buffer, whereas m_iHeight is the total height of the buffer
     108#endif
     109
    102110
    103111  Int m_iNumOfBaseViews;
Note: See TracChangeset for help on using the changeset viewer.