Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/lwo/old_Lwo2Layer.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/lwo/old_Lwo2Layer.h
r2596 r13041 19 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 * 21 * The Open Scene Graph (OSG) is a cross platform C++/OpenGL library for 22 * real-time rendering of large 3D photo-realistic models. 21 * The Open Scene Graph (OSG) is a cross platform C++/OpenGL library for 22 * real-time rendering of large 3D photo-realistic models. 23 23 * The OSG homepage is http://www.openscenegraph.org/ 24 24 */ … … 54 54 Vec2 texcoord; 55 55 56 inline bool operator == (const PointData& p) const 57 { 58 return coord == p.coord && texcoord == p.texcoord; 56 inline bool operator == (const PointData& p) const 57 { 58 return coord == p.coord && texcoord == p.texcoord; 59 59 } 60 60 … … 109 109 vector< short > _polygons_tag; 110 110 }; 111 111 112 112 #endif
