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
DMDesign
Commits
4d9d7ade
Commit
4d9d7ade
authored
Aug 18, 2015
by
Amanda Ghassaei
Browse files
plist settings for x y axis vector of motion config
parent
c7e6327a
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/plists/CamPList.js
View file @
4d9d7ade
...
...
@@ -39,13 +39,13 @@ define(['three'], function(THREE){
scale
:
20
,
components
:
{
xAxis
:
{
name
:
"
Y
Axis
"
,
name
:
"
X
Axis
"
,
rotary
:
false
,
axisOfMotion
:
null
,
//minBound
//maxBound
parent
:
"
yAxis
"
,
motionVector
:
{
x
:
0
,
y
:
1
,
z
:
0
},
motionVector
:
{
x
:
1
,
y
:
0
,
z
:
0
},
stl
:
{
filename
:
"
assets/stls/stapler/xAxis.stl
"
// offset: {x:0,y:0,z:0},
...
...
@@ -54,13 +54,13 @@ define(['three'], function(THREE){
}
},
frame
:
{
name
:
"
X
Axis
"
,
name
:
"
Y
Axis
"
,
rotary
:
false
,
axisOfMotion
:
null
,
//minBound
//maxBound
parent
:
"
substrate
"
,
motionVector
:
{
x
:
1
,
y
:
0
,
z
:
0
},
motionVector
:
{
x
:
0
,
y
:
1
,
z
:
0
},
stl
:
{
filename
:
"
assets/stls/stapler/yAxis.stl
"
}
...
...
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