updated mesh reading (texture support)

This commit is contained in:
Anatoly Baksheev
2014-01-13 13:30:34 +04:00
parent 625c35a9f9
commit e472d45d99
5 changed files with 77 additions and 78 deletions

View File

@@ -122,6 +122,7 @@
#include <vtkPLYReader.h>
#include <vtkOBJReader.h>
#include <vtkSTLReader.h>
#include <vtkPNGReader.h>
#include <vtkOBJExporter.h>
#include <vtkVRMLExporter.h>
#include <vtkTensorGlyph.h>