First checkin for OpenMesh 2.0
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@2 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
9
Doc/Examples/BaseImporter.hh
Normal file
9
Doc/Examples/BaseImporter.hh
Normal file
@@ -0,0 +1,9 @@
|
||||
class BaseImporter
|
||||
{
|
||||
public:
|
||||
|
||||
virtual void add_vertex (const OpenMesh::Vec3f&) {};
|
||||
virtual void add_normal (const OpenMesh::Vec3f&) {};
|
||||
virtual void add_texture (const OpenMesh::Vec2f&) {};
|
||||
virtual void add_face (const FaceType&) {};
|
||||
};
|
||||
Reference in New Issue
Block a user