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 pathviewerGallery.html
61 lines (53 loc) · 2.7 KB
/
viewerGallery.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
<!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 http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Open Asset Import Library : Documentation & FAQ</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="Open Asset Import Library" />
<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>
</head>
<body id="hmain_doc">
<div id="header">
</div>
<!-- end #header -->
<div id="menu">
<ul>
<li id"index"><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=""><i>SF.net</i></a></li>
</ul>
</div>
<!-- end #menu -->
<div id="content">
<div id="posts_fl">
<div class="post_fl">
<a href="index.html">ASSIMP</a> -> <a href="main_viewer.html">Viewer</a> -> Gallery <br> <br>
<h2 class="title">AssimpView image gallery</h2><br><br>
<a href="screenshots/vshot1.png" rel="lightbox" ><img src="screenshots/vshot1s.png"> </a>
<a href="screenshots/vshot2.png" rel="lightbox" ><img src="screenshots/vshot2s.png"> </a>
<a href="screenshots/vshot3.png" rel="lightbox" ><img src="screenshots/vshot3s.png"> </a>
<br><br>
<a href="screenshots/vshot4.png" rel="lightbox" ><img src="screenshots/vshot4s.png"> </a>
<a href="screenshots/vshot5.png" rel="lightbox" ><img src="screenshots/vshot5s.png"> </a>
<a href="screenshots/vshot6.png" rel="lightbox" ><img src="screenshots/vshot6s.png"> </a>
</div>
</div>
</div>
<div style="clear: both;"> </div>
</div>
<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>