Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amanda Ghassaei
DMDesign
Commits
2f033129
Commit
2f033129
authored
Aug 26, 2015
by
Amanda Ghassaei
Browse files
grey assembler
parent
88d2eacf
Changes
1
Show whitespace changes
Inline
Side-by-side
js/cam/assemblers/Assembler.js
View file @
2f033129
...
...
@@ -5,7 +5,7 @@
define
([
'
underscore
'
,
'
appState
'
,
'
lattice
'
,
'
stlLoader
'
,
'
threeModel
'
,
'
cam
'
,
'
component
'
,
'
stockComponent
'
,
'
assemblerPost
'
],
function
(
_
,
appState
,
lattice
,
THREE
,
three
,
cam
,
Component
,
StockComponent
,
AssemblerPostMethods
){
var
assemblerMaterial
=
new
THREE
.
MeshLambertMaterial
({
color
:
0x
ff00000
,
shading
:
THREE
.
FlatShading
,
transparent
:
true
,
opacity
:
0.3
});
//0xaaaaaa
var
assemblerMaterial
=
new
THREE
.
MeshLambertMaterial
({
color
:
0x
aaaaaa
,
shading
:
THREE
.
FlatShading
,
transparent
:
true
,
opacity
:
0.3
});
var
stlLoader
=
new
THREE
.
STLLoader
();
function
Assembler
(
id
,
json
){
...
...
Write
Preview
Markdown
is supported
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