68 lines
1.7 KiB
HTML
68 lines
1.7 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<head>
|
|
<title>MTUL b3d reader/writer documentation</title>
|
|
<link rel="stylesheet" href="ldoc.css" type="text/css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="product">
|
|
<div id="product_logo"></div>
|
|
<div id="product_name"><big><b></b></big></div>
|
|
<div id="product_description"></div>
|
|
</div> <!-- id="product" -->
|
|
|
|
|
|
<div id="main">
|
|
|
|
|
|
<!-- Menu -->
|
|
|
|
<div id="navigation">
|
|
<br/>
|
|
<h1>MTUL b3d</h1>
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Modules</h2>
|
|
<ul class="nowrap">
|
|
<li><a href="modules/b3d_reader.html">b3d_reader</a></li>
|
|
<li><a href="modules/b3d_nodes.html">b3d_nodes</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
|
|
<h2>A library containing hopefully all you need to read, solve and navigate a b3d. Aswell as (eventually) write one.</h2>
|
|
|
|
<h2>Modules</h2>
|
|
<table class="module_list">
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/b3d_reader.html">b3d_reader</a></td>
|
|
<td class="summary">parse .b3d files into a lua table.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/b3d_nodes.html">b3d_nodes</a></td>
|
|
<td class="summary">allows you to get information about nodes (bones or meshes) within a b3d table (generated with <code>b3d_reader</code>)
|
|
located in <code>mtul.b3d_nodes</code>.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div> <!-- id="content" -->
|
|
</div> <!-- id="main" -->
|
|
<div id="about">
|
|
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
|
|
<i style="float:right;">Last updated 2024-01-06 20:41:04 </i>
|
|
</div> <!-- id="about" -->
|
|
</div> <!-- id="container" -->
|
|
</body>
|
|
</html>
|