export scene to vrml and obj formats

This commit is contained in:
Anatoly Baksheev
2013-12-13 20:05:19 +04:00
parent b2cd526e6a
commit b131faa8f9
3 changed files with 37 additions and 5 deletions

View File

@@ -122,6 +122,8 @@
#include <vtkPLYReader.h>
#include <vtkOBJReader.h>
#include <vtkSTLReader.h>
#include <vtkOBJExporter.h>
#include <vtkVRMLExporter.h>
#if !defined(_WIN32) || defined(__CYGWIN__)
# include <unistd.h> /* unlink */