fix unsed variables in writers
This commit is contained in:
@@ -206,7 +206,6 @@ _OBJWriter_::
|
|||||||
write(std::ostream& _out, BaseExporter& _be, Options _opt, std::streamsize _precision) const
|
write(std::ostream& _out, BaseExporter& _be, Options _opt, std::streamsize _precision) const
|
||||||
{
|
{
|
||||||
unsigned int idx;
|
unsigned int idx;
|
||||||
size_t nV, nF;
|
|
||||||
Vec3f v, n;
|
Vec3f v, n;
|
||||||
Vec2f t;
|
Vec2f t;
|
||||||
VertexHandle vh;
|
VertexHandle vh;
|
||||||
|
|||||||
@@ -40,11 +40,7 @@ bool _VTKWriter_::write(const std::string& _filename, BaseExporter& _be, Options
|
|||||||
|
|
||||||
bool _VTKWriter_::write(std::ostream& _out, BaseExporter& _be, Options _opt, std::streamsize _precision) const
|
bool _VTKWriter_::write(std::ostream& _out, BaseExporter& _be, Options _opt, std::streamsize _precision) const
|
||||||
{
|
{
|
||||||
Vec3f n;
|
|
||||||
Vec2f t;
|
|
||||||
VertexHandle vh;
|
VertexHandle vh;
|
||||||
OpenMesh::Vec3f c;
|
|
||||||
OpenMesh::Vec4f cA;
|
|
||||||
|
|
||||||
// check exporter features
|
// check exporter features
|
||||||
if (!check(_be, _opt)) {
|
if (!check(_be, _opt)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user