Added speedup documentation page
This commit is contained in:
@@ -101,6 +101,7 @@ in the following tutorial:
|
|||||||
\li \ref mesh_cpp
|
\li \ref mesh_cpp
|
||||||
\li \ref mesh_members
|
\li \ref mesh_members
|
||||||
\li \ref naming_conventions
|
\li \ref naming_conventions
|
||||||
|
\li \ref mesh_speedup
|
||||||
\li \ref om_changelog
|
\li \ref om_changelog
|
||||||
|
|
||||||
\page mesh_docu Using and understanding OpenMesh
|
\page mesh_docu Using and understanding OpenMesh
|
||||||
@@ -119,7 +120,7 @@ in the following tutorial:
|
|||||||
\li \subpage mesh_cpp
|
\li \subpage mesh_cpp
|
||||||
\li \subpage mesh_members
|
\li \subpage mesh_members
|
||||||
\li \subpage naming_conventions
|
\li \subpage naming_conventions
|
||||||
|
\li \subpage mesh_speedup
|
||||||
\li \subpage om_changelog
|
\li \subpage om_changelog
|
||||||
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|||||||
25
Doc/speedup.docu
Normal file
25
Doc/speedup.docu
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
/** \page mesh_speedup Some Notes on how to speedup OpenMesh
|
||||||
|
|
||||||
|
On this page we collect some hints which can be used to speedup OpenMesh. This list is not complete, so if you
|
||||||
|
have additional hints, just tell us.
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li> <b>Visual Studio</b>
|
||||||
|
<ul>
|
||||||
|
<li>The prebuild binaries we ship are not compiled with full optimization enabled. You can build it yourself with full
|
||||||
|
optimization. ("Full Optimization" (Project setting: C/C++ ->> Optimization) ). Please remember that you than have
|
||||||
|
to build everything with this flag to avoid incompatibilities.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
Reference in New Issue
Block a user