mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:13:29 +02:00
also rotate string before parenting
This commit is contained in:
parent
a56e213478
commit
296a897f94
2 changed files with 2 additions and 0 deletions
|
@ -415,6 +415,7 @@
|
||||||
name: 'Hifi-Bow-Pre-Notch-String',
|
name: 'Hifi-Bow-Pre-Notch-String',
|
||||||
type: 'Line',
|
type: 'Line',
|
||||||
position: topStringPosition,
|
position: topStringPosition,
|
||||||
|
rotation:BOW_ROTATION,
|
||||||
linePoints: [{
|
linePoints: [{
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
|
|
|
@ -399,6 +399,7 @@ MasterReset = function() {
|
||||||
name: 'Hifi-Bow-Pre-Notch-String',
|
name: 'Hifi-Bow-Pre-Notch-String',
|
||||||
type: 'Line',
|
type: 'Line',
|
||||||
position: topStringPosition,
|
position: topStringPosition,
|
||||||
|
rotation:BOW_ROTATION,
|
||||||
linePoints: [{
|
linePoints: [{
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
|
|
Loading…
Reference in a new issue