Changeset 193 in 3DVCSoftware for branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibRenderer/TRenModel.h
- Timestamp:
- 19 Nov 2012, 21:15:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibRenderer/TRenModel.h
r101 r193 62 62 63 63 // Set horizontal offset 64 #if FIX_VSO_SETUP 65 Void setupPart ( UInt uiHorOff, Int iUsedHeight ); 66 #else 64 67 Void setHorOffset ( UInt uiHorOff ); 68 #endif 65 69 66 70 // Set Mode 67 Void setErrorMode ( Int iView, Int iContent, int iPlane );71 Void setErrorMode ( Int iView, Int iContent, Int iPlane ); 68 72 69 73 // Get Distortion, set Data … … 100 104 Int m_iSampledWidth; 101 105 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 102 110 103 111 Int m_iNumOfBaseViews;
Note: See TracChangeset for help on using the changeset viewer.