Skip to content
Snippets Groups Projects
Commit 8afd90de authored by Amira Abdel-Rahman's avatar Amira Abdel-Rahman
Browse files

fixed boundary conditions, changed threejs libraries to r127, starshade stuff

parent aca4c6af
Branches
No related tags found
No related merge requests found
Pipeline #28092 passed
......@@ -52,7 +52,7 @@
<script src="../visualization/utils.js"></script>
<script src="../visualization/geometry.js"></script>
<script type="module" src="../visualization/boundaryUtils.js"></script>
<script src="../visualization/boundaryUtils.js"></script>
<!-- <script src="../visualization/boundary.js"></script> -->
<script >
var color1= 0xffffff; /*white*/
......@@ -109,10 +109,9 @@
var name="test";
var group;
var translationVector;
</script>
<script type="module">
import { loadGraph, getCalls } from '../visualization/boundaryUtils.js';
import { STLLoader } from 'https://unpkg.com/three@0.127.0/examples/jsm/loaders/STLLoader.js'
// import { loadGraph, getCalls } from '../visualization/boundaryUtils.js';
// import { STLLoader } from 'https://unpkg.com/three@0.127.0/examples/jsm/loaders/STLLoader.js'
// THREE.STLLoader=STLLoader
// var color1= 0xffffff; /*white*/
// var color2= '#020227'; /*kohly*/
......@@ -126,7 +125,7 @@
// var setup,Graph,gData,scene,camera,renderer,orbit,gui,guiSupport,guiLoad;
// var scale=10.0;
var calls=getCalls();
//////////////init///////////////////////
// $.getJSON("../json/"+fileName+".json", function(json) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment