- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/3ds/WriterCompareTriangle.h
r12292 r13041 18 18 WriterCompareTriangle(const osg::Geode & geode, unsigned int nbVertices); 19 19 20 bool operator()(const std::pair<Triangle, int> & t1, 20 bool operator()(const std::pair<Triangle, int> & t1, 21 21 const std::pair<Triangle, int> & t2) const; 22 22 private: … … 35 35 const osg::BoundingBox & sceneBox); 36 36 37 /** 37 /** 38 38 * Find in which box those points are. 39 39 * \return the place of the box in the vector. 40 40 * \sa See cutScene() about the definition of the boxes for faces sorting. 41 41 */ 42 int inWhichBox(const osg::BoundingBox::value_type x, 42 int inWhichBox(const osg::BoundingBox::value_type x, 43 43 const osg::BoundingBox::value_type y, 44 44 const osg::BoundingBox::value_type z) const;
