Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
dev:viewer:sdk:initialize_js [2020/05/15 11:29]
reine
dev:viewer:sdk:initialize_js [2020/10/13 07:25]
pieter
Line 11: Line 11:
  
 Replace **<version>** by the actual version you want to use. \\  Replace **<version>** by the actual version you want to use. \\ 
-For example to use SDK version 19.3.0 : <nowiki>https://cdn.3dmapping.cloud/19.3.0/javascript/orbitgt_3dm_sdk.js</nowiki>+For example to use SDK version 20.9.0 : <nowiki>https://cdn.3dmapping.cloud/20.9.0/javascript/orbitgt_3dm_sdk.js</nowiki>
  
  
Line 22: Line 22:
 Add the following script tag to your application. Add the following script tag to your application.
  
-Example for SDK version 19.3.0+Example for SDK version 20.9.0
 <code> <code>
 <html> <html>
  <head>  <head>
-   <script type="text/javascript" src="https://cdn.3dmapping.cloud/19.3.0/javascript/orbitgt_3dm_sdk.js"></script>+   <script type="text/javascript" src="https://cdn.3dmapping.cloud/20.9.0/javascript/orbitgt_3dm_sdk.js"></script>
  </head>  </head>
 </html> </html>
 
Last modified:: 2023/10/03 13:07