diff --git a/doc/AssimpCmdDoc_Html/AssimpCmdDoc.chm b/doc/AssimpCmdDoc_Html/AssimpCmdDoc.chm index f26ccfc7b..9c47f2125 100644 Binary files a/doc/AssimpCmdDoc_Html/AssimpCmdDoc.chm and b/doc/AssimpCmdDoc_Html/AssimpCmdDoc.chm differ diff --git a/doc/AssimpDoc_Html/AssimpDoc.chm b/doc/AssimpDoc_Html/AssimpDoc.chm index 68f62caab..525880099 100644 Binary files a/doc/AssimpDoc_Html/AssimpDoc.chm and b/doc/AssimpDoc_Html/AssimpDoc.chm differ diff --git a/doc/dox.h b/doc/dox.h index 7984ceee6..63c739907 100644 --- a/doc/dox.h +++ b/doc/dox.h @@ -223,6 +223,21 @@ If you're working with the provided solutions for Visual Studio use the -nobo See the @link assimp_st next @endlink section for more details. + +@section assimp_make Build with MAKE + +To build Assimp with MAKE, navigate to the code directory and run +@code +make +@endcode +respectively +@code +make -fmakefile.mingw +@endcode +for mingw-make. For a -noboost-Build, append +@codeNOBOOST=1 +@endcode + @section assimp_st Single-threaded build -- currently there is no difference between single-thread and normal builds -- @@ -559,8 +574,8 @@ ASSIMP::Importer::ReadFile(), aiImportFile() or aiImportFileEx() - see the @link for further information on how to use the library. By default, all 3D data is provided in a right-handed coordinate system such as OpenGL uses. In -this coordinate system, +X points to the right, +Y points away from the viewer into the screen and -+Z points upwards. Several modeling packages such as 3D Studio Max use this coordinate system as well. +this coordinate system, +X points to the right, -Z points away from the viewer into the screen and ++Y points upwards. Several modeling packages such as 3D Studio Max use this coordinate system as well (or a rotated variant of it). By contrast, some other environments use left-handed coordinate systems, a prominent example being DirectX. If you need the imported data to be in a left-handed coordinate system, supply the #aiProcess_MakeLeftHanded flag to the ReadFile() function call. diff --git a/doc/style.css b/doc/style.css index 4412c73df..81062010b 100644 --- a/doc/style.css +++ b/doc/style.css @@ -1,6 +1,6 @@ body, table, div, p, dl { font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; - font-size: 12px; + font-size: 11px; } /* @group Heading Levels */