Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokcb committed Nov 3, 2023
1 parent a66d27b commit 10849c9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 617 deletions.
7 changes: 0 additions & 7 deletions docs/html/classmaterialxgltf_1_1core_1_1_util.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,12 @@ <h1><a class="anchor" id="autotoc_md8"></a>
<p>Refer to <a href="https://kwokcb.github.io/materialxgltf/docs/html">this documentation</a> for API usage.</p>
<h1><a class="anchor" id="autotoc_md9"></a>
Usage</h1>
<p>&lt;script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.js"&gt; <br />
&lt;/script&gt;</p>
<p>&lt;model-viewer style='background-color:rgba(0, 0, 0, 1.0); width: 48em; height: 48em' id='viewer1' ar interaction-prompt='none' camera-controls touch-action='pan-y' src='./docs/data/BoomBoxWithAxes_primMaterials.glb' shadow-intensity='0.3' alt='BoomBox With Axes Per Prim Material' poster='./docs/data/BoomBoxWithAxes_primMaterials.png'&gt;&lt;/model-viewer&gt;</p>

<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.js">
</script>

<model-viewer style='background-color:rgba(0, 0, 0, 1.0); width: 48em; height: 48em' id='viewer1' ar interaction-prompt='none' camera-controls touch-action='pan-y' src='./docs/data/BoomBoxWithAxes_primMaterials.glb' shadow-intensity='0.3' alt='BoomBox With Axes Per Prim Material' poster='./docs/data/BoomBoxWithAxes_primMaterials.png'></model-viewer>

<p>The following shows is a set of progressive examples to convert from a glTF file to MaterialX and then to a new glTF file for "shader ball" preview of extracted materials.</p>
<p>Note that the sample data is included as part of the package for convenience.</p>
<p>The sample input file is the "BoomBox with Axes" file from the glTF sample repository found <a href="https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/BoomBoxWithAxes/glTF">here</a>.</p>
Expand Down

This file was deleted.

Loading

0 comments on commit 10849c9

Please sign in to comment.