Skip to content

Commit 10bbbef

Browse files
committed
Replace broken BoomBox with GameBoyClassic in showcase
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e55ca76 commit 10bbbef

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

models/platforms/BoomBox.glb

-10.1 MB
Binary file not shown.

platforms-showcase.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet">
3131
<link rel="stylesheet" href="styles.css">
3232
<script src="js/filament/filament.js"></script>
33-
<script src="js/sceneview.js?v=3.5.2"></script>
33+
<script src="js/sceneview.js?v=3.6.0"></script>
3434
<style>
3535
/* ===== PAGE LAYOUT ===== */
3636
.platforms-page {
@@ -1248,7 +1248,7 @@ <h4 class="footer__col-title">Legal</h4>
12481248
SceneView.modelViewer('sv-viewer-2', 'models/platforms/SunglassesKhronos.glb');
12491249
SceneView.modelViewer('sv-viewer-3', 'models/platforms/MosquitoInAmber.glb');
12501250
SceneView.modelViewer('sv-viewer-4', 'models/platforms/CarConcept.glb');
1251-
SceneView.modelViewer('sv-viewer-5', 'models/platforms/BoomBox.glb');
1251+
SceneView.modelViewer('sv-viewer-5', 'models/platforms/GameBoyClassic.glb');
12521252
</script>
12531253
<script src="script.js"></script>
12541254
</body>

showcase.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<!-- Preload critical resources -->
4747
<link rel="preload" href="styles.css" as="style">
4848
<link rel="preload" href="js/filament/filament.js" as="script">
49-
<link rel="preload" href="js/sceneview.js?v=3.5.2" as="script">
49+
<link rel="preload" href="js/sceneview.js?v=3.6.0" as="script">
5050

5151
<!-- Fonts -->
5252
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
@@ -55,7 +55,7 @@
5555
<!-- Filament.js v1.70.1 WASM engine (required by SceneView Web) -->
5656
<script src="js/filament/filament.js"></script>
5757
<!-- SceneView Web library -->
58-
<script src="js/sceneview.js?v=3.5.2"></script>
58+
<script src="js/sceneview.js?v=3.6.0"></script>
5959

6060
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
6161
<link rel="apple-touch-icon" href="/apple-touch-icon.svg">
@@ -1062,7 +1062,7 @@ <h1 class="showcase-hero__title reveal">Built with SceneView</h1>
10621062
<div class="showcase-stats__label">Downloads</div>
10631063
</div>
10641064
<div class="showcase-stats__item">
1065-
<div class="showcase-stats__number">3.5.2</div>
1065+
<div class="showcase-stats__number">3.6.0</div>
10661066
<div class="showcase-stats__label">Latest Release</div>
10671067
</div>
10681068
<div class="showcase-stats__item">
@@ -1491,7 +1491,7 @@ <h2 class="showcase-section__title">One SDK, Every Screen</h2>
14911491
<div class="showcase-platform-card">
14921492
<div class="showcase-platform-card__viewer">
14931493
<div class="showcase-platform-card__badge">Web</div>
1494-
<canvas class="sv-showcase-canvas" data-model="models/platforms/BoomBox.glb" aria-label="Web 3D viewer" style="width:100%;height:100%;display:block;cursor:grab"></canvas>
1494+
<canvas class="sv-showcase-canvas" data-model="models/platforms/GameBoyClassic.glb" aria-label="Web 3D viewer" style="width:100%;height:100%;display:block;cursor:grab"></canvas>
14951495
</div>
14961496
<div class="showcase-platform-card__label">
14971497
<div class="showcase-platform-card__name">Web Browser</div>

0 commit comments

Comments
 (0)