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

Commit 0eb28c4

Browse files
Update experimental PDB Viewer with WebGPU
1 parent 44658b4 commit 0eb28c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viewers/templates/PDB WebGPU.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
<button title="URL of the remote 3D model" id="btn_url" onclick="show_url();" style="background-color: transparent; min-width: 34px;">URL</button>
335335
<input type="file" title="Browse Local Files" id="file_input" onchange="init();" accept=".pdb, .zip" />
336336
<label for="file_image_input" title="Background Image" style="color: #553801;">BGND</label>
337-
<input type="file" title="Background Image" id="file_image_input" accept=".exr, .hdr, image/png, image/jpeg, image/bmp, image/gif, image/svg+xml, image/webp" onchange="set_scene_image();" disabled />
337+
<input type="file" title="Background Image" id="file_image_input" accept=".exr, .hdr, .ktx2, image/avif, image/bmp, image/gif, image/jpeg, image/png, image/svg+xml, image/webp" onchange="set_scene_image();" disabled />
338338
<button title="Set Background Image Y-Flip" id="btn_bg_flip" onclick="set_bg_flip();" style="background-color: transparent; color: blue;" disabled>Y</button>
339339
<button title="Toggle Equirectangular Background" id="btn_equi" onclick="set_equi();" style="background-color: transparent; color: blue; min-width: 25px;" disabled>Eq</button>
340340
<button title="Toggle Gradient Color Background" id="btn_bgnd_linear_gradient" onclick="set_bgnd_linear_gradient();" style="background-color: transparent; color: blue;" disabled>G</button>

0 commit comments

Comments
 (0)