Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetaVoxels Code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amira Abdel-Rahman
MetaVoxels Code
Commits
8afd90de
Commit
8afd90de
authored
Sep 27, 2023
by
Amira Abdel-Rahman
Browse files
Options
Downloads
Patches
Plain Diff
fixed boundary conditions, changed threejs libraries to r127, starshade stuff
parent
aca4c6af
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#28092
passed
Sep 27, 2023
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
demos/indexCMODS.html
+5
-6
5 additions, 6 deletions
demos/indexCMODS.html
with
5 additions
and
6 deletions
demos/indexCMODS.html
+
5
−
6
View file @
8afd90de
...
...
@@ -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) {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment