Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tamat committed Apr 26, 2017
1 parent b6fb022 commit 9f01618
Show file tree
Hide file tree
Showing 42 changed files with 3,974 additions and 2,191 deletions.
601 changes: 406 additions & 195 deletions build/litegl.js

Large diffs are not rendered by default.

470 changes: 237 additions & 233 deletions build/litegl.min.js

Large diffs are not rendered by default.

14 changes: 3 additions & 11 deletions doc/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ YUI.add("yuidoc-meta", function(Y) {
Y.YUIDoc = { meta: {
"classes": [
"BBox",
"GL",
"GL.Buffer",
"GL.FBO",
"GL.GL",
"GL.Indexer",
"GL.Mesh",
"GL.Octree",
Expand All @@ -14,16 +14,8 @@ YUI.add("yuidoc-meta", function(Y) {
"geo",
"gl"
],
"modules": [
"GL"
],
"allModules": [
{
"displayName": "GL",
"name": "GL",
"description": "The static module that contains all the features"
}
],
"modules": [],
"allModules": [],
"elements": []
} };
});
30 changes: 14 additions & 16 deletions doc/classes/BBox.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ <h2 class="off-left">APIs</h2>
<ul id="api-classes" class="apis classes">
<li><a href="../classes/BBox.html">BBox</a></li>
<li><a href="../classes/geo.html">geo</a></li>
<li><a href="../classes/GL.html">GL</a></li>
<li><a href="../classes/gl.html">gl</a></li>
<li><a href="../classes/GL.Buffer.html">GL.Buffer</a></li>
<li><a href="../classes/GL.FBO.html">GL.FBO</a></li>
<li><a href="../classes/GL.GL.html">GL.GL</a></li>
<li><a href="../classes/GL.Indexer.html">GL.Indexer</a></li>
<li><a href="../classes/GL.Mesh.html">GL.Mesh</a></li>
<li><a href="../classes/GL.Octree.html">GL.Octree</a></li>
Expand All @@ -54,7 +54,6 @@ <h2 class="off-left">APIs</h2>


<ul id="api-modules" class="apis modules">
<li><a href="../modules/GL.html">GL</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -93,10 +92,9 @@ <h1>BBox Class</h1>


<div class="foundat">
Defined in: <a href="../files/.._src_geo.js.html#l639"><code>..&#x2F;src&#x2F;geo.js:639</code></a>
Defined in: <a href="../files/.._src_geo.js.html#l697"><code>..&#x2F;src&#x2F;geo.js:697</code></a>
</div>

Module: <a href="../modules/GL.html">GL</a>

</div>

Expand Down Expand Up @@ -199,7 +197,7 @@ <h3 class="name"><code>clone</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l665"><code>..&#x2F;src&#x2F;geo.js:665</code></a>
<a href="../files/.._src_geo.js.html#l723"><code>..&#x2F;src&#x2F;geo.js:723</code></a>
</p>


Expand Down Expand Up @@ -251,7 +249,7 @@ <h3 class="name"><code>copy</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l675"><code>..&#x2F;src&#x2F;geo.js:675</code></a>
<a href="../files/.._src_geo.js.html#l733"><code>..&#x2F;src&#x2F;geo.js:733</code></a>
</p>


Expand Down Expand Up @@ -322,7 +320,7 @@ <h3 class="name"><code>create</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l655"><code>..&#x2F;src&#x2F;geo.js:655</code></a>
<a href="../files/.._src_geo.js.html#l713"><code>..&#x2F;src&#x2F;geo.js:713</code></a>
</p>


Expand Down Expand Up @@ -374,7 +372,7 @@ <h3 class="name"><code>fromCenterHalfsize</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l717"><code>..&#x2F;src&#x2F;geo.js:717</code></a>
<a href="../files/.._src_geo.js.html#l775"><code>..&#x2F;src&#x2F;geo.js:775</code></a>
</p>


Expand Down Expand Up @@ -452,7 +450,7 @@ <h3 class="name"><code>fromMinMax</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l703"><code>..&#x2F;src&#x2F;geo.js:703</code></a>
<a href="../files/.._src_geo.js.html#l761"><code>..&#x2F;src&#x2F;geo.js:761</code></a>
</p>


Expand Down Expand Up @@ -527,7 +525,7 @@ <h3 class="name"><code>fromPoint</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l688"><code>..&#x2F;src&#x2F;geo.js:688</code></a>
<a href="../files/.._src_geo.js.html#l746"><code>..&#x2F;src&#x2F;geo.js:746</code></a>
</p>


Expand Down Expand Up @@ -592,7 +590,7 @@ <h3 class="name"><code>fromPoints</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l731"><code>..&#x2F;src&#x2F;geo.js:731</code></a>
<a href="../files/.._src_geo.js.html#l789"><code>..&#x2F;src&#x2F;geo.js:789</code></a>
</p>


Expand Down Expand Up @@ -660,7 +658,7 @@ <h3 class="name"><code>getCorners</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l859"><code>..&#x2F;src&#x2F;geo.js:859</code></a>
<a href="../files/.._src_geo.js.html#l917"><code>..&#x2F;src&#x2F;geo.js:917</code></a>
</p>


Expand Down Expand Up @@ -746,7 +744,7 @@ <h3 class="name"><code>setCenterHalfsize</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l805"><code>..&#x2F;src&#x2F;geo.js:805</code></a>
<a href="../files/.._src_geo.js.html#l863"><code>..&#x2F;src&#x2F;geo.js:863</code></a>
</p>


Expand Down Expand Up @@ -849,7 +847,7 @@ <h3 class="name"><code>setCenterHalfsize</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l832"><code>..&#x2F;src&#x2F;geo.js:832</code></a>
<a href="../files/.._src_geo.js.html#l890"><code>..&#x2F;src&#x2F;geo.js:890</code></a>
</p>


Expand Down Expand Up @@ -940,7 +938,7 @@ <h3 class="name"><code>setFromPoints</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l744"><code>..&#x2F;src&#x2F;geo.js:744</code></a>
<a href="../files/.._src_geo.js.html#l802"><code>..&#x2F;src&#x2F;geo.js:802</code></a>
</p>


Expand Down Expand Up @@ -1022,7 +1020,7 @@ <h3 class="name"><code>setMinMax</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/.._src_geo.js.html#l774"><code>..&#x2F;src&#x2F;geo.js:774</code></a>
<a href="../files/.._src_geo.js.html#l832"><code>..&#x2F;src&#x2F;geo.js:832</code></a>
</p>


Expand Down
43 changes: 38 additions & 5 deletions doc/classes/GL.Buffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ <h2 class="off-left">APIs</h2>
<ul id="api-classes" class="apis classes">
<li><a href="../classes/BBox.html">BBox</a></li>
<li><a href="../classes/geo.html">geo</a></li>
<li><a href="../classes/GL.html">GL</a></li>
<li><a href="../classes/gl.html">gl</a></li>
<li><a href="../classes/GL.Buffer.html">GL.Buffer</a></li>
<li><a href="../classes/GL.FBO.html">GL.FBO</a></li>
<li><a href="../classes/GL.GL.html">GL.GL</a></li>
<li><a href="../classes/GL.Indexer.html">GL.Indexer</a></li>
<li><a href="../classes/GL.Mesh.html">GL.Mesh</a></li>
<li><a href="../classes/GL.Octree.html">GL.Octree</a></li>
Expand All @@ -54,7 +54,6 @@ <h2 class="off-left">APIs</h2>


<ul id="api-modules" class="apis modules">
<li><a href="../modules/GL.html">GL</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -96,7 +95,6 @@ <h1>GL.Buffer Class</h1>
Defined in: <a href="../files/.._src_mesh.js.html#l26"><code>..&#x2F;src&#x2F;mesh.js:26</code></a>
</div>

Module: <a href="../modules/GL.html">GL</a>

</div>

Expand Down Expand Up @@ -155,7 +153,7 @@ <h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">target</code>
<span class="type">String</span>
<span class="type">Number</span>


<div class="param-description">
Expand Down Expand Up @@ -227,6 +225,10 @@ <h3>Methods</h3>
<li class="index-item method">
<a href="#method_clone">clone</a>

</li>
<li class="index-item method">
<a href="#method_delete">delete</a>

</li>
<li class="index-item method">
<a href="#method_forEach">forEach</a>
Expand Down Expand Up @@ -284,7 +286,7 @@ <h3 class="name"><code>applyTransform</code></h3>

<div class="description">
<p>Applies a mat4 transform to every triplets in the buffer (assuming they are points)
No upload is performed (to ensure efficiency in case there are several operations performed</p>
No upload is performed (to ensure efficiency in case there are several operations performed)</p>

</div>

Expand Down Expand Up @@ -362,6 +364,37 @@ <h4>Parameters:</h4>



</div>
<div id="method_delete" class="method item">
<h3 class="name"><code>delete</code></h3>

<span class="paren">()</span>








<div class="meta">
<p>
Defined in
<a href="../files/.._src_mesh.js.html#l226"><code>..&#x2F;src&#x2F;mesh.js:226</code></a>
</p>



</div>

<div class="description">
<p>Deletes the content from the GPU and destroys the handler</p>

</div>




</div>
<div id="method_forEach" class="method item">
<h3 class="name"><code>forEach</code></h3>
Expand Down
Loading

0 comments on commit 9f01618

Please sign in to comment.