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
7f818197
Commit
7f818197
authored
May 02, 2017
by
amandaghassaei
Browse files
eod
parent
68e686fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/beam.js
View file @
7f818197
...
...
@@ -2,8 +2,8 @@
* Created by ghassaei on 9/16/16.
*/
var
beamMaterialHighlight
=
new
THREE
.
LineBasicMaterial
({
color
:
0xff0000
,
linewidth
:
4
});
var
beamMaterial
=
new
THREE
.
LineBasicMaterial
({
color
:
0x000000
,
linewidth
:
4
});
var
beamMaterialHighlight
=
new
THREE
.
LineBasicMaterial
({
color
:
0xff0000
,
linewidth
:
2
});
var
beamMaterial
=
new
THREE
.
LineBasicMaterial
({
color
:
0x000000
,
linewidth
:
2
});
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