diff --git a/doc/AssimpDoc_Html/AssimpDoc.chm b/doc/AssimpDoc_Html/AssimpDoc.chm index 525880099..42725b131 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 6e126d300..4c0f55aed 100644 --- a/doc/dox.h +++ b/doc/dox.h @@ -185,7 +185,8 @@ http://www.boost-consulting.com/products/free. Choose the appropriate versio If you don't want to use boost, you can build against our "Boost-Workaround". It consists of very small (dummy) implementations of the various boost utility classes used. However, you'll loose functionality (e.g. threading) by doing this. -So, if it is possible to use boost, you should use boost. See the @link use_noboost NoBoost @endlink for more details. +So, if it is possible to use boost, you should use boost. See the @link use_noboost NoBoost-Section @endlink +later on this page for more details. Once boost is working, you have to set up a project for the ASSIMP library in your favourite IDE. If you use VC2005 or VC2008, you can simply load the solution or project files in the workspaces/ folder, otherwise you have to create a new @@ -614,6 +615,14 @@ X3 Y3 Z3 T3 being the Z base vector and (T1, T2, T3) being the translation part. If you want to use these matrices in DirectX functions, you have to transpose them. +