Skip to content

Commit

Permalink
fix(model): Adjust heat effect on ENG1+2 (#6217)
Browse files Browse the repository at this point in the history
* Adjust heat effect of both engines

* Add to CHANGELOG.md

Co-authored-by: David Walschots <[email protected]>
  • Loading branch information
bouveng and davidwalschots authored Nov 21, 2021
1 parent a91003b commit 47570c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
1. [SOUND] Added ALT increment selector and fixed ISIS sounds - @ImenesFBW (Imenes)
1. [AP] Added support for other default events to basically push/pull all FCU buttons - @aguther (Andreas Guther)
1. [MCDU] Fix backlight, brightness - @tracernz (Mike)
1. [MODEL] Adjust heat effect on ENG1+2 - @bouveng (Johan Bouveng)

## 0.7.0

Expand Down
14 changes: 14 additions & 0 deletions src/model/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -30916,6 +30916,20 @@
[2.065736770629883, 1.4444167613983154, 3.4169702529907227]
]
},
{
"node": "fx_exhaust_left",
"mods": {
"translation": [-3.045, 0.000683486462, -0.0133237839],
"scale": [0.5, 0.5, 0.5]
}
},
{
"node": "fx_exhaust_right",
"mods": {
"translation": [0.0284314156,1.00650072,0],
"scale": [0.5, 0.5, 0.5]
}
},
{
"accessors": [
"x0_LIVERY_OFFICIAL_WINGL_vertices#0_TEXCOORD_0",
Expand Down

0 comments on commit 47570c8

Please sign in to comment.