|
@@ -1,4 +1,4 @@
|
|
|
-<html><head><title>Assimp reference</title>
|
|
|
+<html><head><title>Assimp library wrapper reference</title>
|
|
|
<link rel=stylesheet Type=text/css href='../../../../doc/bmxstyle.css'>
|
|
|
</head><body>
|
|
|
<table width=100% cellspacing=0><tr align=center><td class=small> </td>
|
|
@@ -8,8 +8,10 @@
|
|
|
<td class=small width=1%><a href=#modinfo class=small>Modinfo</a></td>
|
|
|
<td class=small width=1%><a href='../../../../mod/openb3dlibs.mod/assimplib.mod/assimplib.bmx' class=small>Source</a></td>
|
|
|
<td class=small> </td></tr></table>
|
|
|
-<h1>Assimp</h1>
|
|
|
-Wrapper for Open Asset Import library. Requires BaH.Boost and Koriolis.Zipstream.
|
|
|
+<h1>Assimp library wrapper</h1>
|
|
|
+Wrapper for Assimp (Open Asset Import) library. Imported by assimp.mod.
|
|
|
+Requires BaH.Boost source and Koriolis.Zipstream module binaries, see source links below.
|
|
|
+To get BaH.Boost with Subversion open command-line and make sure you "cd" to bah.mod before checkout.
|
|
|
<h2><a name=functions></a>Functions Summary</h2><table class=doc width=100%>
|
|
|
<tr><td class=docleft width=1%><a href=#aiGetMaterialColor>aiGetMaterialColor</a></td><td class=docright>
|
|
|
Get a color (3 or 4 floats) from the material.
|
|
@@ -35,7 +37,7 @@ Reads the given file and returns its content.
|
|
|
<tr><td class=docleft width=1%><a href=#aiImportFileFromMemory>aiImportFileFromMemory</a></td><td class=docright>
|
|
|
Reads the given file from a given memory buffer.
|
|
|
</td></tr>
|
|
|
-<tr><td class=docleft width=1%><a href=#aiIsExtensionSupported>aiIsExtensionSupported</a></td><td class=docright>
|
|
|
+<tr><td class=docleft width=1%><a href=#aiIsExtensionSupported_>aiIsExtensionSupported_</a></td><td class=docright>
|
|
|
Returns the error text of the last failed import process.
|
|
|
</td></tr>
|
|
|
<tr><td class=docleft width=1%><a href=#aiReleaseImport>aiReleaseImport</a></td><td class=docright>
|
|
@@ -106,8 +108,8 @@ and <a href="http://assimp.sourceforge.net/lib_html/cimport_8h.html">cimport.h</
|
|
|
and <a href="http://assimp.sourceforge.net/lib_html/cimport_8h.html">cimport.h</a>.</td></tr>
|
|
|
</table>
|
|
|
<br>
|
|
|
-<table class=doc width=100% cellspacing=3 id=aiIsExtensionSupported>
|
|
|
-<tr><td class=doctop colspan=2>Function aiIsExtensionSupported:Int( pFile$z )</td></tr>
|
|
|
+<table class=doc width=100% cellspacing=3 id=aiIsExtensionSupported_>
|
|
|
+<tr><td class=doctop colspan=2>Function aiIsExtensionSupported_:Int( pFile$z )</td></tr>
|
|
|
<tr><td class=docleft width=1%>Description</td><td class=docright>Returns the error text of the last failed import process.</td></tr>
|
|
|
<tr><td class=docleft width=1%>Information</td><td class=docright>See <a href="http://assimp.sourceforge.net/lib_html/class_assimp_1_1_importer.html">Assimp.cpp</a>
|
|
|
and <a href="http://assimp.sourceforge.net/lib_html/cimport_8h.html">cimport.h</a>.</td></tr>
|
|
@@ -146,9 +148,9 @@ A mesh uses only a single material which is referenced by a material ID.
|
|
|
<tr><th width=1%>Version</th><td>0.40</td></tr>
|
|
|
<tr><th width=1%>License</th><td>BSD-3-Clause</td></tr>
|
|
|
<tr><th width=1%>Copyright</th><td>Wrapper - 2009-2017 Peter Scheutz, Mark Mcvittie</td></tr>
|
|
|
-<tr><th width=1%>Copyright</th><td>Library - 2006-2012 assimp team</td></tr>
|
|
|
+<tr><th width=1%>Copyright</th><td>Library - 2006-2012 Assimp team</td></tr>
|
|
|
<tr><th width=1%>Source</th><td>https://github.com/markcwm/openb3dlibs.mod</td></tr>
|
|
|
-<tr><th width=1%>Source</th><td>https://github.com/maxmods/bah.mod/tree/master/boost.mod</td></tr>
|
|
|
+<tr><th width=1%>Source</th><td>svn checkout https://github.com/maxmods/bah.mod/trunk/boost.mod</td></tr>
|
|
|
<tr><th width=1%>Source</th><td>https://github.com/maxmods/koriolis.mod</td></tr>
|
|
|
<tr><th width=1%>History</th><td>0.40 Release Aug 2017 - added zipstream, 64-bit wrapper</td></tr>
|
|
|
<tr><th width=1%>History</th><td>0.38 Release Jul 2017 - added source wrapper, incbin streams</td></tr>
|