-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(a380x): TERR on ND for A380X (#92)
- introduce TERR ON ND for the A380 - Changes extent of terrain map on a380x: Map also visible behind aircraft - Remove clip mask / circular cut-off for a380x - Fix peaks mode information in ROSE mode (for both a32nx and a380x) **Testing instructions (A32NX and A380X):** 1. Download release candidate version from https://www.swisstransfer.com/d/37d8fdf4-89f0-4a3f-9f78-9732b8801543 2. Replace existing SimBridge installation with downloaded version, start SimBridge 3. Load into airport with known terrain and match navaids/waypoints/airports on the ND with elevation maps (e.g. the VFR layer on the Navigraph app) 4. Make sure that display and positions remain accurate in both ROSE and ARC modes Example: ![grafik](https://github.com/flybywiresim/simbridge/assets/64070348/a144d382-10bb-4255-9860-4a3ede6a7809) ![grafik](https://github.com/flybywiresim/simbridge/assets/64070348/36426ed1-8287-4a4a-84fd-a1e297b3b05e) --------- Co-authored-by: Florian Gross <[email protected]> Co-authored-by: Florian Gross <[email protected]>
- Loading branch information
1 parent
dbddf3e
commit 1946a22
Showing
16 changed files
with
9,876 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,3 +152,4 @@ lerna-debug.log* | |
|
||
# Secrets | ||
/secrets | ||
tools/output/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export * from './arcmode'; | ||
export * from './scanlinemode'; |
9,066 changes: 9,066 additions & 0 deletions
9,066
apps/server/src/terrain/processing/gpu/patterns/scanlinemode.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.