- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/VertexPaletteManager.cpp
r12292 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 … … 48 48 return; 49 49 } 50 OSG_INFO << "fltexp: Deleting temp file " << _verticesTempName << std::endl; 50 OSG_INFO << "fltexp: Deleting temp file " << _verticesTempName << std::endl; 51 51 FLTEXP_DELETEFILE( _verticesTempName.c_str() ); 52 52 } … … 65 65 const osg::Array* n = geom.getNormalArray(); 66 66 const osg::Array* t = geom.getTexCoordArray( 0 ); 67 67 68 68 const unsigned int size = v->getNumElements(); 69 69 osg::ref_ptr< const osg::Vec3dArray > v3 = asVec3dArray( v, size );
