We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f0d9c commit eea1208Copy full SHA for eea1208
1 file changed
javascript/JsPolyHaven/main.js
@@ -19,7 +19,7 @@ const mainSpinner = document.getElementById('mainSpinner');
19
const materialModal = new bootstrap.Modal(document.getElementById('materialModal'));
20
21
// Target URL for the viewer page
22
-let targetURL = "https://kwokcb.github.io/MaterialXLab/javascript/shader_utilities/dist/index.html?viewerOnly=1";
+let targetURL = "https://kwokcb.github.io/MaterialXLab/javascript/shader_utilities/dist/index.html?viewerOnly=1&geom=Geometry/sphere.glb";
23
// Set for local testing
24
//targetURL = "http://localhost:8000/javascript/shader_utilities/dist/index.html?viewerOnly=1";
25
0 commit comments