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
ecb15bb1
Commit
ecb15bb1
authored
May 10, 2017
by
amandaghassaei
Browse files
small changes
parent
6e81674b
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/ViveInterface.js
View file @
ecb15bb1
...
...
@@ -21,8 +21,8 @@ function initViveInterface(globals){
controls
.
standing
=
true
;
// controllers
controller1
=
new
THREE
.
ViveController
(
0
);
var
controller1
.
standingMatrix
=
controls
.
getStandingMatrix
();
var
controller1
=
new
THREE
.
ViveController
(
0
);
controller1
.
standingMatrix
=
controls
.
getStandingMatrix
();
globals
.
threeView
.
scene
.
add
(
controller1
);
var
controller2
=
new
THREE
.
ViveController
(
1
);
...
...
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