This commit is contained in:
James B. Pollack 2016-01-25 14:32:52 -08:00
parent be15227bf7
commit 9a49504c56
2 changed files with 122 additions and 122 deletions

View file

@ -415,7 +415,7 @@
name: 'Hifi-Bow-Pre-Notch-String',
type: 'Line',
position: topStringPosition,
rotation:bowProperties.rotation,
rotation: Quat.fromPitchYawRollDegrees(164.6, 164.5, -72),
linePoints: [{
x: 0,
y: 0,
@ -454,7 +454,6 @@
makeBow();
}
function createFire() {

View file

@ -399,7 +399,7 @@ MasterReset = function() {
name: 'Hifi-Bow-Pre-Notch-String',
type: 'Line',
position: topStringPosition,
rotation:bowProperties.rotation,
rotation: Quat.fromPitchYawRollDegrees(164.6, 164.5, -72),
linePoints: [{
x: 0,
y: 0,
@ -438,6 +438,7 @@ MasterReset = function() {
makeBow();
}
function createFire() {