- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/expGeometryRecords.cpp
r12575 r13041 1 /* 1 /* 2 2 * This library is open source and may be redistributed and/or modified under 3 3 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or (at 4 4 * your option) any later version. The full license is in the LICENSE file 5 5 * included with this distribution, and on the openscenegraph.org website. 6 * 6 * 7 7 * This library is distributed in the hope that it will be useful, but 8 8 * WITHOUT ANY WARRANTY; without even the implied warranty of … … 498 498 unsigned int idx; 499 499 for( idx=0; idx<count; idx++) 500 // I'm imagining that 'first' will be a 0-based index into the 500 // I'm imagining that 'first' will be a 0-based index into the 501 501 // 'current' set of vertices held by the vertex palette manager. 502 502 _records->writeInt32( _vertexPalette->byteOffset( first+idx ) ); … … 513 513 unsigned int idx; 514 514 for( idx=0; idx<count; idx++) 515 // I'm imagining that 'first' will be a 0-based index into the 515 // I'm imagining that 'first' will be a 0-based index into the 516 516 // 'current' set of vertices held by the vertex palette manager. 517 517 _records->writeInt32( _vertexPalette->byteOffset( indices[ idx ] ) );
