From c3bd1623551853efe99dda6c08843e3110df4a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 3 Jul 2015 09:05:21 +0000 Subject: [PATCH] Added reference from general Doc to tutorial. refs #2512 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1303 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/mesh.docu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/mesh.docu b/Doc/mesh.docu index 9a199b68..1ce0c0a8 100644 --- a/Doc/mesh.docu +++ b/Doc/mesh.docu @@ -611,6 +611,8 @@ Step one will give a short example on how to use the %OpenMesh IOManager, step two will give some background information on how IOManager works and finally step three will show you how to add your own modules to IOManager. +A tutorial with more information regarding file IO can be found here: \ref tutorial_08 + \section mesh_io_quick Step 1 - IOManager quick start For a quick start you can copy the following code directly to your project.