Merge branch 'main' of https://github.com/schmelczerandras/sdf-2d
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
commit
020446bd66
31 changed files with 1442 additions and 12 deletions
|
|
@ -3,8 +3,13 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<<<<<<< HEAD
|
||||
<title>SDF-2D - v0.7.5</title>
|
||||
<meta name="description" content="Documentation for SDF-2D - v0.7.5">
|
||||
=======
|
||||
<title>SDF-2D - v0.7.6</title>
|
||||
<meta name="description" content="Documentation for SDF-2D - v0.7.6">
|
||||
>>>>>>> 2454f2f37d581c69f5d0c844a028712ddbc0a1cc
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="assets/css/main.css">
|
||||
<link rel="icon" href="favicon.ico" />
|
||||
|
|
@ -23,7 +28,11 @@
|
|||
<li class="state loading">Preparing search index...</li>
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<<<<<<< HEAD
|
||||
<a href="index.html" class="title">SDF-2D - v0.7.5</a>
|
||||
=======
|
||||
<a href="index.html" class="title">SDF-2D - v0.7.6</a>
|
||||
>>>>>>> 2454f2f37d581c69f5d0c844a028712ddbc0a1cc
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<div id="tsd-filter">
|
||||
|
|
@ -53,7 +62,11 @@
|
|||
<a href="globals.html">Globals</a>
|
||||
</li>
|
||||
</ul>
|
||||
<<<<<<< HEAD
|
||||
<h1>SDF-2D - v0.7.5</h1>
|
||||
=======
|
||||
<h1>SDF-2D - v0.7.6</h1>
|
||||
>>>>>>> 2454f2f37d581c69f5d0c844a028712ddbc0a1cc
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
@ -182,6 +195,9 @@
|
|||
<li class=" tsd-kind-class">
|
||||
<a href="classes/fpsqualityautoscaler.html" class="tsd-kind-icon">Fps<wbr>Quality<wbr>Autoscaler</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-class">
|
||||
<a href="classes/hexagonbase.html" class="tsd-kind-icon">Hexagon<wbr>Base</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-class">
|
||||
<a href="classes/invertedtunnelbase.html" class="tsd-kind-icon">Inverted<wbr>Tunnel<wbr>Base</a>
|
||||
</li>
|
||||
|
|
@ -218,12 +234,18 @@
|
|||
<li class=" tsd-kind-type-alias">
|
||||
<a href="globals.html#texturewithoptions" class="tsd-kind-icon">Texture<wbr>With<wbr>Options</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-variable">
|
||||
<a href="globals.html#_id" class="tsd-kind-icon">_id</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-function">
|
||||
<a href="globals.html#circlefactory" class="tsd-kind-icon">Circle<wbr>Factory</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-function">
|
||||
<a href="globals.html#dropletfactory" class="tsd-kind-icon">Droplet<wbr>Factory</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-function">
|
||||
<a href="globals.html#hexagonfactory" class="tsd-kind-icon">Hexagon<wbr>Factory</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-function">
|
||||
<a href="globals.html#invertedtunnelfactory" class="tsd-kind-icon">Inverted<wbr>Tunnel<wbr>Factory</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue