We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33316e8 commit 80925f3Copy full SHA for 80925f3
www/index.js
@@ -63,7 +63,15 @@ function onError(error) {
63
// xhr.send(null);
64
// return xhr.responseText;
65
// }
66
+
67
+// // Allows different urn to be passed as url parameter
68
+// var paramUrn = Autodesk.Viewing.Private.getParameterByName('urn');
69
+// var urn = (paramUrn !== '' ? paramUrn : defaultUrn);
70
+//
71
//
72
+// if (urn.indexOf('urn:') !== 0)
73
+// urn = 'urn:' + urn;
74
75
// function initializeViewer(containerId, documentId, role) {
76
// var viewerContainer = document.getElementById(containerId);
77
// var viewer = new Autodesk.Viewing.Private.GuiViewer3D(
0 commit comments