Skip to content

Commit

Permalink
remove jquery dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fredhohman committed Mar 31, 2018
1 parent 5842a11 commit 2e6ec6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ var THREE = require('three');
var TrackballControls = require('three-trackballcontrols');
// var Projector = require('three.js-projector');
import { dataPathJSON, dataPathLayerJSON } from './index.js'
// import { GUI } from 'dat.gui/build/dat.gui.js'
import { selectedNodeIDs } from './card.js'
// import * as $ from 'jquery';

export var layersUp3D = {};
window.layersUp3D = layersUp3D;
Expand Down Expand Up @@ -66,7 +64,7 @@ var xCordScale, yCordScale, zCordScale;
var lineMaterial = new THREE.LineBasicMaterial({
color: 0x333333,
transparent: true,
opacity: 0.03
opacity: 0.1 //0.03
// linewidth: 0.2
});

Expand Down

0 comments on commit 2e6ec6b

Please sign in to comment.