Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amanda Ghassaei
OrigamiSimulator
Commits
4dd896c8
Commit
4dd896c8
authored
May 02, 2017
by
amandaghassaei
Browse files
eod
parent
7f818197
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/beam.js
View file @
4dd896c8
...
...
@@ -2,8 +2,8 @@
* Created by ghassaei on 9/16/16.
*/
var
beamMaterialHighlight
=
new
THREE
.
LineBasicMaterial
({
color
:
0xff0000
,
linewidth
:
2
});
var
beamMaterial
=
new
THREE
.
LineBasicMaterial
({
color
:
0x000000
,
linewidth
:
2
});
var
beamMaterialHighlight
=
new
THREE
.
LineBasicMaterial
({
color
:
0xff0000
,
linewidth
:
1
});
var
beamMaterial
=
new
THREE
.
LineBasicMaterial
({
color
:
0x000000
,
linewidth
:
1
});
function
Beam
(
nodes
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment