comparison Resources/CMake/nexus-viewer-4.2.patch @ 64:5e11f5880e6d

simplified the embedding of Nexus viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Jun 2024 16:35:21 +0200
parents
children
comparison
equal deleted inserted replaced
63:1fd6d0f8fdc9 64:5e11f5880e6d
1 diff -urEb nexus.orig/threejs.html nexus/threejs.html
2 --- nexus.orig/threejs.html 2024-06-15 16:27:10.763574203 +0200
3 +++ nexus/threejs.html 2024-06-15 16:28:03.807136118 +0200
4 @@ -5,7 +5,7 @@
5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
7 <style>body { margin: 0px; overflow: hidden; }</style>
8 -<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/84/three.js"></script>
9 +<script src="three-84.js"></script>
10 <script src="js/TrackballControls.js"></script>
11 <script src="js/nexus.js"></script>
12 <script src="js/nexus_three.js"></script>