Ignore:
Timestamp:
02/27/08 18:40:49 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/src/ObjManualMeshLoader.cpp

    r2123 r2645  
    9393        rop.useIndexes = false; 
    9494#endif 
     95 
     96 
    9597        ////// 
    9698        //-- Creates the index data 
    9799     
    98100        const int indexCount = vertexCount; 
     101 
    99102        submesh->indexData->indexStart = 0; 
    100103        submesh->operationType = RenderOperation::OT_TRIANGLE_LIST; 
Note: See TracChangeset for help on using the changeset viewer.