Skip to content

Commit

Permalink
fix: Use .glb extension with model/gltf-binary (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Oct 7, 2024
1 parent 7d48b5e commit ffbd1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h3>
<pre class="html">
&lt;model&gt;
&lt;source src="3d-assets/teapot.usdz" type="model/vnd.pixar.usd"&gt;
&lt;source src="3d-assets/teapot.gltf" type="model/gltf-binary"&gt;
&lt;source src="3d-assets/teapot.glb" type="model/gltf-binary"&gt;
&lt;/model&gt;
</pre>
`&lt;model&gt;` source selection follows `&lt;video&gt;` selection,
Expand Down

0 comments on commit ffbd1e0

Please sign in to comment.