]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshReader.cxx
...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshReader.cxx
index 8dce5610aa72221d108b4f991b8b6767227c18dc..c820c68a9620fdca76405c5c260c81aa544fa9a7 100644 (file)
@@ -91,6 +91,10 @@ _GD1( )
       return( "MeshReader: output not correctly created." );
     return( "" );
   }
+  else if( ext == "obj" )
+  {
+    // TODO
+  }
   else if( ext == "vtk" )
   {
     vtkPolyDataReader* pdr = this->_CreateVTK< vtkPolyDataReader >( );