Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Amanda Ghassaei
DMDesign
Commits
021f9bad
Commit
021f9bad
authored
Sep 14, 2015
by
Amanda Ghassaei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new material types
parent
a86ad777
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
+23
-2
js/plists/PList.js
js/plists/PList.js
+23
-2
No files found.
js/plists/PList.js
View file @
021f9bad
...
@@ -262,7 +262,7 @@ define(['three'], function(THREE){
...
@@ -262,7 +262,7 @@ define(['three'], function(THREE){
}
}
},
},
aspectRatio
:
new
THREE
.
Vector3
(
1
,
1
,
1.08
),
aspectRatio
:
new
THREE
.
Vector3
(
1
,
1
,
1.08
),
materialClasses
:
[
'
mechanical
'
],
materialClasses
:
[
'
dna
'
],
options
:
{
options
:
{
gikLength
:
2
,
gikLength
:
2
,
scale
:
2.5
,
scale
:
2.5
,
...
@@ -349,10 +349,31 @@ define(['three'], function(THREE){
...
@@ -349,10 +349,31 @@ define(['three'], function(THREE){
allMaterialClasses
:{
allMaterialClasses
:{
mechanical
:
"
Structural
"
,
mechanical
:
"
Structural
"
,
electronic
:
"
Electronic
"
electronic
:
"
Electronic
"
,
dna
:
"
DNA
"
},
},
allMaterials
:{
allMaterials
:{
dna
:{
noForces
:{
name
:
"
No Internal Forces
"
,
color
:
"
#aaa
"
,
altColor
:
"
#666
"
,
properties
:{}
},
tension
:{
name
:
"
Tension
"
,
color
:
"
#aaa
"
,
altColor
:
"
#666
"
,
properties
:{}
},
compression
:
{
name
:
"
Compression
"
,
color
:
"
#aaa
"
,
altColor
:
"
#8391AC
"
,
properties
:{}
}
},
electronic
:{
electronic
:{
brass
:{
brass
:{
name
:
"
Brass
"
,
name
:
"
Brass
"
,
...
...
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