Mercurial > hg > orthanc-stl
changeset 63:1fd6d0f8fdc9
clarifying the versions of the viewers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 15 Jun 2024 16:17:41 +0200 (11 months ago) |
parents | b798387b085c |
children | 5e11f5880e6d |
files | NEWS Sources/OrthancExplorer.js |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Sat Jun 15 16:08:52 2024 +0200 +++ b/NEWS Sat Jun 15 16:17:41 2024 +0200 @@ -19,3 +19,4 @@ => Minimum SDK version: 1.0.0 <= * Initial release +* Embeds Online3DViewer 0.12.0
--- a/Sources/OrthancExplorer.js Sat Jun 15 16:08:52 2024 +0200 +++ b/Sources/OrthancExplorer.js Sat Jun 15 16:17:41 2024 +0200 @@ -63,7 +63,7 @@ window.open('../stl/app/three.html?instance=' + instanceId); }); - AddViewer(viewers, 'Online3DViewer', function() { + AddViewer(viewers, 'Online3DViewer (version 0.12.0)', function() { window.open('../stl/app/o3dv.html?instance=' + instanceId); }); @@ -515,11 +515,11 @@ .attr('data-divider-theme', 'd') .attr('data-role', 'listview'); - AddViewer(viewers, 'Basic Nexus viewer', function() { + AddViewer(viewers, 'Basic Nexus viewer (version 4.2 - Nexus 2018)', function() { window.open('../stl/nexus/threejs.html?model=../../instances/' + instanceId + '/nexus'); }); - AddViewer(viewers, '3DHOP', function() { + AddViewer(viewers, '3DHOP (version 4.3)', function() { window.open('../stl/3dhop/3DHOP_all_tools.html?instance=' + instanceId); });