Fixed documentation links
This commit is contained in:
parent
ce193357fb
commit
5827396a95
@ -1,16 +0,0 @@
|
|||||||
Models
|
|
||||||
======
|
|
||||||
|
|
||||||
The package comes with a number of models which can be found in the [Samples][1] folder. These models are rigged and can be used in combination with the [Animations](Animations.md).
|
|
||||||
|
|
||||||
Custom Models
|
|
||||||
-------------
|
|
||||||
To use custom insect models, the [Insect component](#CreatureControl.Insect)<sup>[2](#notes-2)</sup> should be added to the model.
|
|
||||||
Additionally, the leg bones of the insect should be configured as the package is not able to find these automatically.
|
|
||||||
In most cases, only the upper leg bone (the femur) need to be configures, the lower leg (tibia) and foot (tarsus) bones are then assumed to be the descendant bones of the femur if those bones have only one child bone each. If this approach does not work, it is always possible to override the identified bones by manually replacing them by the correct bone.
|
|
||||||
|
|
||||||
#### Notes
|
|
||||||
|
|
||||||
|
|
||||||
[1]: Installation.md (How to install the Samples)
|
|
||||||
2. <a id="notes-2">or any other component derived from the Insect component</a>
|
|
||||||
@ -3,6 +3,3 @@
|
|||||||
Table of Contents
|
Table of Contents
|
||||||
-----------------
|
-----------------
|
||||||
- [Installation](Installation.md)
|
- [Installation](Installation.md)
|
||||||
- [TechnicalDocumentation](index.html)
|
|
||||||
- [Models](Models.md)
|
|
||||||
- [Animations](Animations.md)
|
|
||||||
@ -78,7 +78,7 @@ $(function() {
|
|||||||
Table of Contents</h2>
|
Table of Contents</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="el" href="md__installation.html">Installation</a></li>
|
<li><a class="el" href="md__installation.html">Installation</a></li>
|
||||||
<li><a href="index.html">TechnicalDocumentation</a></li>
|
<li><a href="index.html">Technical Documentation</a></li>
|
||||||
<li><a class="el" href="md__models.html">Models</a></li>
|
<li><a class="el" href="md__models.html">Models</a></li>
|
||||||
<li>Animations </li>
|
<li>Animations </li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -0,0 +1,85 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<title>Nano Brain for Unity: NanoBrain</title>
|
||||||
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||||
|
<script type="text/javascript" src="search/search.js"></script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="custom_doxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div id="titlearea">
|
||||||
|
<table cellspacing="0" cellpadding="0">
|
||||||
|
<tbody>
|
||||||
|
<tr id="projectrow">
|
||||||
|
<td id="projectlogo"><img alt="Logo" src="PasserLifeLogoRight1_300.png"/></td>
|
||||||
|
<td id="projectalign">
|
||||||
|
<div id="projectname">Nano Brain for Unity<span id="projectnumber"> v0.1</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.9.8 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||||
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript" src="menudata.js"></script>
|
||||||
|
<script type="text/javascript" src="menu.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||||
|
$(function() {
|
||||||
|
initMenu('',true,false,'search.php','Search');
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
});
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<div id="main-nav"></div>
|
||||||
|
<!-- window showing the filter options -->
|
||||||
|
<div id="MSearchSelectWindow"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- iframe showing the search results (closed by default) -->
|
||||||
|
<div id="MSearchResultsWindow">
|
||||||
|
<div id="MSearchResults">
|
||||||
|
<div class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div><!-- top -->
|
||||||
|
<div><div class="header">
|
||||||
|
<div class="headertitle"><div class="title">NanoBrain</div></div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock"><p><a class="anchor" id="autotoc_md3"></a> Documentation is found in the <a href="Documentation/html/index.html">Documentation folder</a> </p>
|
||||||
|
</div></div><!-- contents -->
|
||||||
|
</div><!-- PageDoc -->
|
||||||
|
<!-- start footer part -->
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -78,6 +78,7 @@ $(function() {
|
|||||||
<table class="directory">
|
<table class="directory">
|
||||||
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="md__installation.html" target="_self">Package Installation</a></td><td class="desc"></td></tr>
|
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="md__installation.html" target="_self">Package Installation</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="md__models.html" target="_self">Models</a></td><td class="desc"></td></tr>
|
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="md__models.html" target="_self">Models</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="md__2home_2pascal_2_development_2_projects_2_passer_2_nano_brain_2_nano_brain_2_assets_2_nano_brain-unitypackage_2_r_e_a_d_m_e.html" target="_self">NanoBrain</a></td><td class="desc"></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- directory -->
|
</div><!-- directory -->
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ var searchData=
|
|||||||
[
|
[
|
||||||
['name_0',['name',['../class_nano_brain_1_1_nucleus.html#a35070f04a3fe08ec329b0f043bff0be2',1,'NanoBrain::Nucleus']]],
|
['name_0',['name',['../class_nano_brain_1_1_nucleus.html#a35070f04a3fe08ec329b0f043bff0be2',1,'NanoBrain::Nucleus']]],
|
||||||
['nano_20brain_20for_20unity_1',['Nano Brain for Unity',['../index.html',1,'']]],
|
['nano_20brain_20for_20unity_1',['Nano Brain for Unity',['../index.html',1,'']]],
|
||||||
['nanobrain_2',['NanoBrain',['../namespace_nano_brain.html',1,'']]],
|
['nanobrain_2',['nanobrain',['../namespace_nano_brain.html',1,'NanoBrain'],['../md__2home_2pascal_2_development_2_projects_2_passer_2_nano_brain_2_nano_brain_2_assets_2_nano_brain-unitypackage_2_r_e_a_d_m_e.html',1,'NanoBrain']]],
|
||||||
['neuron_3',['neuron',['../class_nano_brain_1_1_neuron.html',1,'NanoBrain.Neuron'],['../class_nano_brain_1_1_neuron.html#a54a94ea928e9a54552692e7d1e84782e',1,'NanoBrain.Neuron.Neuron()'],['../class_nano_brain_1_1_synapse.html#ac5d9cb95be7cbc11c3321a8c430e7e5f',1,'NanoBrain.Synapse.neuron']]],
|
['neuron_3',['neuron',['../class_nano_brain_1_1_neuron.html',1,'NanoBrain.Neuron'],['../class_nano_brain_1_1_neuron.html#a54a94ea928e9a54552692e7d1e84782e',1,'NanoBrain.Neuron.Neuron()'],['../class_nano_brain_1_1_synapse.html#ac5d9cb95be7cbc11c3321a8c430e7e5f',1,'NanoBrain.Synapse.neuron']]],
|
||||||
['normalize_4',['normalize',['../class_linear_algebra_1_1_angles.html#a164193a9557f084411bef81fd792e48a',1,'LinearAlgebra.Angles.Normalize()'],['../struct_linear_algebra_1_1_vector3_float.html#a704a1f45193f72b425d51aced8b0b109',1,'LinearAlgebra.Vector3Float.Normalize()'],['../struct_linear_algebra_1_1_vector3_int.html#aeb4c9cc98a05b32e110a37e353a9b122',1,'LinearAlgebra.Vector3Int.Normalize()']]],
|
['normalize_4',['normalize',['../class_linear_algebra_1_1_angles.html#a164193a9557f084411bef81fd792e48a',1,'LinearAlgebra.Angles.Normalize()'],['../struct_linear_algebra_1_1_vector3_float.html#a704a1f45193f72b425d51aced8b0b109',1,'LinearAlgebra.Vector3Float.Normalize()'],['../struct_linear_algebra_1_1_vector3_int.html#aeb4c9cc98a05b32e110a37e353a9b122',1,'LinearAlgebra.Vector3Int.Normalize()']]],
|
||||||
['normalized_5',['normalized',['../struct_linear_algebra_1_1_vector2_float.html#a1f055a9ec9d649d57cd763bdaf3d67a3',1,'LinearAlgebra.Vector2Float.normalized'],['../struct_linear_algebra_1_1_vector3_float.html#ab12502014aa6faf714e53841f5909111',1,'LinearAlgebra.Vector3Float.normalized'],['../struct_linear_algebra_1_1_vector3_int.html#aeadf4516a2dba1b04b2c943f10314cf3',1,'LinearAlgebra.Vector3Int.normalized']]],
|
['normalized_5',['normalized',['../struct_linear_algebra_1_1_vector2_float.html#a1f055a9ec9d649d57cd763bdaf3d67a3',1,'LinearAlgebra.Vector2Float.normalized'],['../struct_linear_algebra_1_1_vector3_float.html#ab12502014aa6faf714e53841f5909111',1,'LinearAlgebra.Vector3Float.normalized'],['../struct_linear_algebra_1_1_vector3_int.html#aeadf4516a2dba1b04b2c943f10314cf3',1,'LinearAlgebra.Vector3Int.normalized']]],
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['nano_20brain_20for_20unity_0',['Nano Brain for Unity',['../index.html',1,'']]]
|
['nano_20brain_20for_20unity_0',['Nano Brain for Unity',['../index.html',1,'']]],
|
||||||
|
['nanobrain_1',['NanoBrain',['../md__2home_2pascal_2_development_2_projects_2_passer_2_nano_brain_2_nano_brain_2_assets_2_nano_brain-unitypackage_2_r_e_a_d_m_e.html',1,'']]]
|
||||||
];
|
];
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
# %NanoBrain
|
# %NanoBrain
|
||||||
|
|
||||||
Documentation is found in the [Documentation folder](Documentation/ToC.md)
|
Documentation is found in the [Documentation folder](Documentation/html/index.html)
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 7bbee0f783e440900825979c2c5a649e
|
guid: 4235740baccf09756af4db8495cd8f87
|
||||||
TextScriptImporter:
|
TextScriptImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
Loading…
x
Reference in New Issue
Block a user