Skip to content

Commit

Permalink
fix: gltf examples compressed links (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschroen authored Jan 27, 2025
1 parent 58dde6a commit b48f7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gltf-ktx2-basis.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="Info" style="color: #fff">
GLTF KTX2 Basis Extension. Model by
<a href="https://sketchfab.com/3d-models/painterly-cottage-0772aec70d584c60a27000af5f6c1ef4" target="_blank">Glenatron</a>
<br /><a href="/examples/?src=gltf-ktx2-basis-draco.html" target="_top">Draco Compressed Version</a>
<br /><a href="/ogl/examples/?src=gltf-ktx2-basis-draco.html" target="_top">Draco Compressed Version</a>
</div>
<script type="module">
// I use GLTF-Transform to compress GLTF files' textures with Basis compression
Expand Down
2 changes: 1 addition & 1 deletion examples/load-gltf.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="Info" style="color: #fff">
Load GLTF (Graphics Language Transmission Format). Model by
<a href="https://sketchfab.com/3d-models/hershel-little-america-f4d7a0ed8af2453e9adc632278c9aa50" target="_blank">VRModelFactory</a>
<br /><a href="/examples/?src=gltf-draco-webp.html" target="_top">Draco and WebP Compressed Version</a>
<br /><a href="/ogl/examples/?src=gltf-draco-webp.html" target="_top">Draco and WebP Compressed Version</a>
</div>
<script type="module">
import { Renderer, Camera, Transform, Orbit, Program, GLTFLoader, Vec3, TextureLoader } from '../src/index.js';
Expand Down

0 comments on commit b48f7a0

Please sign in to comment.