Silence most readers/writers
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1053 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -231,8 +231,7 @@ bool
|
||||
_PLYWriter_::
|
||||
write_ascii(std::ostream& _out, BaseExporter& _be, Options _opt) const
|
||||
{
|
||||
omlog() << "[PLYWriter] : write ascii file\n";
|
||||
|
||||
|
||||
unsigned int i, nV, nF;
|
||||
Vec3f v, n;
|
||||
OpenMesh::Vec3ui c;
|
||||
@@ -418,8 +417,7 @@ bool
|
||||
_PLYWriter_::
|
||||
write_binary(std::ostream& _out, BaseExporter& _be, Options _opt) const
|
||||
{
|
||||
omlog() << "[PLYWriter] : write binary file\n";
|
||||
|
||||
|
||||
unsigned int i, nV, nF;
|
||||
Vec3f v, n;
|
||||
Vec2f t;
|
||||
|
||||
Reference in New Issue
Block a user