Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 205e3dc

Browse files
Update mobile PDB viewers
1 parent e295a84 commit 205e3dc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

viewers/templates/Mobile/MPDB Viewer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<script type="importmap">
1212
{
1313
"imports": {
14-
"three": "https://cdn.jsdelivr.net/npm/three@0.172.0/build/three.module.min.js",
15-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.172.0/examples/jsm/"
14+
"three": "https://cdn.jsdelivr.net/npm/three@0.178.0/build/three.module.min.js",
15+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.178.0/examples/jsm/"
1616
}
1717
}
1818
</script>
@@ -52,7 +52,7 @@
5252

5353
labelGeometry = TextGeometry;
5454

55-
await font_loader.load( "https://cdn.jsdelivr.net/npm/three@0.172.0/examples/fonts/optimer_bold.typeface.json", function( font ) {
55+
await font_loader.load( "https://cdn.jsdelivr.net/npm/three@0.178.0/examples/fonts/optimer_bold.typeface.json", function( font ) {
5656
label_font = font;
5757
});
5858

@@ -213,7 +213,7 @@
213213

214214
<!-- mouse_wheel variable is used throughout as a trigger for rendering -->
215215

216-
<title>PDB Viewer (r172)</title>
216+
<title>PDB Viewer (r178)</title>
217217
</head>
218218
<body onload="reset_all(); document_ready(); disabled_changed();" onresize="resize();">
219219
<div id="fixed_menu" class="fixed-menu">

viewers/templates/Mobile/MPDB WebGPU.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<script type="importmap">
1212
{
1313
"imports": {
14-
"three": "https://cdn.jsdelivr.net/npm/three@0.172.0/build/three.webgpu.min.js",
15-
"three/webgpu": "https://cdn.jsdelivr.net/npm/three@0.172.0/build/three.webgpu.min.js",
16-
"three/tsl": "https://cdn.jsdelivr.net/npm/three@0.172.0/build/three.tsl.min.js",
17-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.172.0/examples/jsm/",
18-
"three/examples/jsm/": "https://cdn.jsdelivr.net/npm/three@0.172.0/examples/jsm/"
14+
"three": "https://cdn.jsdelivr.net/npm/three@0.178.0/build/three.webgpu.min.js",
15+
"three/webgpu": "https://cdn.jsdelivr.net/npm/three@0.178.0/build/three.webgpu.min.js",
16+
"three/tsl": "https://cdn.jsdelivr.net/npm/three@0.178.0/build/three.tsl.min.js",
17+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.178.0/examples/jsm/",
18+
"three/examples/jsm/": "https://cdn.jsdelivr.net/npm/three@0.178.0/examples/jsm/"
1919
}
2020
}
2121
</script>
@@ -58,7 +58,7 @@
5858

5959
labelGeometry = TextGeometry;
6060

61-
await font_loader.load( "https://cdn.jsdelivr.net/npm/three@0.172.0/examples/fonts/optimer_bold.typeface.json", function( font ) {
61+
await font_loader.load( "https://cdn.jsdelivr.net/npm/three@0.178.0/examples/fonts/optimer_bold.typeface.json", function( font ) {
6262
label_font = font;
6363
});
6464

@@ -230,7 +230,7 @@
230230

231231
<!-- mouse_wheel variable is used throughout as a trigger for rendering -->
232232

233-
<title>PDB WebGPU (r172)</title>
233+
<title>PDB WebGPU (r178)</title>
234234
</head>
235235
<body onload="reset_all(); document_ready(); disabled_changed();" onresize="resize();">
236236
<div id="fixed_menu" class="fixed-menu">

0 commit comments

Comments
 (0)