This repository was archived by the owner on May 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmain_features.html
80 lines (79 loc) · 4.38 KB
/
main_features.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Open Asset Import Library</title>
<meta name="keywords" content="ASSIMP Open Asset Import Library free Open Source 3d Model Import Library C C++ Java MDL X OBJ MD2 MD3 PLY" />
<meta name="description" content="List of core features supported by Open Asset Import Library (Assimp)" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="screen" />
<script src="js/prototype.js" type="text/javascript">
</script>
<script src="js/scriptaculous.js?load=effects,builder" type="text/javascript">
</script>
<script src="js/lightbox.js" type="text/javascript">
</script>
<style type="text/css">
/*<![CDATA[*/
div.c2 {clear: both;}
li.c1 {list-style: none}
/*]]>*/
</style>
</head>
<body id="hmain_features">
<div id="header"></div>
<!-- end #header -->
<div id="menu">
<ul>
<li><a href="index.html" accesskey="1" title="">Home</a></li>
<li id="main_features"><a href="main_features.html" accesskey="2" title="">Features</a></li>
<li id="main_viewer"><a href="main_viewer.html" accesskey="7" title="">Viewer</a></li>
<li id="main_doc"><a href="main_doc.html" accesskey="3" title="">Documentation</a></li>
<li id="main_downloads"><a href="main_downloads.html" accesskey="4" title="">Downloads</a></li>
<li id="main_license"><a href="main_license.html" accesskey="8" title="">License</a></li>
<li id="main_contact"><a href="main_contact.html" accesskey="5" title="">Contact</a></li>
<li id="main_SFNet"><a class="extern" href="http://www.sourceforge.net/projects/assimp" accesskey="9" title=""><em>SF.net</em></a></li>
</ul>
</div>
<!-- end #menu -->
<div id="content">
<div class="post" id="posts"><font size="2"><strong>General</strong> | <a href="main_features_formats.html">Import Formats</a> | <a href="main_features_export.html">Export Formats</a>
| <a href="main_features_pp.html">Post-processing</a> | <a href="animVideos.html">Videos</a></font><br />
<br />
<div class="story">
<ul>
<li>Written in portable, ISO-compliant C++</li>
<li>Easily configurable and customizable</li>
<li>Core interface / API is provided for both C++ and C</li>
<li>Command-line interface to perform common operations (i.e. quick file stats, convert models, extract embedded textures) from the shell</li>
<li>Imports bones, vertex weights and animations (i.e. skinning, skeletal animations)</li>
<li>Loads multiple UV and vertex color channels (current limit is 8)</li>
<li>Works well with UNICODE input files</li>
<li>Supports complex multi-layer materials</li>
<li>Supports embedded textures, both compressed (e.g. PNG) or just raw color data</li>
<li>No external dependencies except <a class="extern" href="http://www.boost.org/">boost<span class="extlink">(external link)</span></a> (zlib and irrxml are also needed, but they're included in the repository so you don't need to bother). And there's even a workaround to compile Assimp without boost - with some <i>minor</i> limitations.</li>
<li>Due to its export interface, Assimp serves as general-purpose 3D model converter</li>
<li class="c1"><br /></li>
<li>(Just because of its name: Assimp renders your program sexier)</li>
</ul>
<a href="http://sourceforge.net/projects/assimp"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=226462&type=10" width="80" height="15" alt="Get Open Asset Import Library at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a></div>
</div>
<br />
<!-- end #posts -->
<div id="links">
<ul>
<li><a href="screenshots/sshot11.png" title="A free model from www.meshfactory.com"><img src="screenshots/sshot11s.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a></li>
<li><a href="screenshots/sshot2.png" title="A low-polygon model in Conitec's MDL7 format. Model by Rainer Prokein (http://reinerstileset.4players.de)" rel="lightbox"><img src="screenshots/sshot2s.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a></li>
</ul>
</div>
<!-- end #links -->
<div class="c2"> </div>
</div>
<!-- end #content -->
<div id="footer">
<p id="legal">© 2007-2009 Assimp Development Team. All rights reserved. Valid XHTML 1.0 and CSS 2.1.</p>
</div>
<!-- end #footer -->
</body>
</html>