Skip to content

Commit

Permalink
deploy: a89c747
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGura committed Aug 16, 2024
1 parent 7e582a9 commit 8b40569
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions modules/three/gltf-loader/GLTFLoader.d.ts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -866,13 +866,6 @@
KTX2Loader (type alias)
</a>

</li>

<li class="md-nav__item">
<a href="#meshoptdecoder-type-alias" class="md-nav__link">
MeshoptDecoder (type alias)
</a>

</li>

</ul>
Expand Down Expand Up @@ -957,7 +950,6 @@ <h2 class="text-delta">Table of contents</h2>
<li><a href="#gltfreference-interface">GLTFReference (interface)</a></li>
<li><a href="#gltfreferencetype-type-alias">GLTFReferenceType (type alias)</a></li>
<li><a href="#ktx2loader-type-alias">KTX2Loader (type alias)</a></li>
<li><a href="#meshoptdecoder-type-alias">MeshoptDecoder (type alias)</a></li>
</ul>
<hr />
<h1 id="utils">utils</h1>
Expand Down Expand Up @@ -1000,7 +992,7 @@ <h3 id="setktx2loader-method">setKTX2Loader (method)</h3>
</code></pre>
<h3 id="setmeshoptdecoder-method">setMeshoptDecoder (method)</h3>
<p><strong>Signature</strong></p>
<pre><code class="language-ts">setMeshoptDecoder(meshoptDecoder: typeof MeshoptDecoder | null): this;
<pre><code class="language-ts">setMeshoptDecoder(meshoptDecoder: any | null): this;
</code></pre>
<h3 id="register-method">register (method)</h3>
<p><strong>Signature</strong></p>
Expand Down Expand Up @@ -1204,10 +1196,6 @@ <h2 id="ktx2loader-type-alias">KTX2Loader (type alias)</h2>
<p><strong>Signature</strong></p>
<pre><code class="language-ts">type KTX2Loader = any
</code></pre>
<h2 id="meshoptdecoder-type-alias">MeshoptDecoder (type alias)</h2>
<p><strong>Signature</strong></p>
<pre><code class="language-ts">type MeshoptDecoder = any
</code></pre>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 8b40569

Please sign in to comment.