mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 13:50:35 +02:00
cleanup
This commit is contained in:
parent
be15227bf7
commit
9a49504c56
2 changed files with 122 additions and 122 deletions
|
@ -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() {
|
||||
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue