mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:52:26 +02:00
test rotation
This commit is contained in:
parent
296a897f94
commit
be15227bf7
2 changed files with 2 additions and 2 deletions
|
@ -415,7 +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,
|
rotation:bowProperties.rotation,
|
||||||
linePoints: [{
|
linePoints: [{
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
|
|
|
@ -399,7 +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,
|
rotation:bowProperties.rotation,
|
||||||
linePoints: [{
|
linePoints: [{
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
|
|
Loading…
Reference in a new issue