fix: use Glow renderer for app smoke startup #17
@@ -30,9 +30,15 @@ screenshots, archives, disk images, or local-only reference payloads under
|
||||
`tests/`. Those belong in the git-ignored `reference/` and `.work/` directories
|
||||
and must stay local-only.
|
||||
|
||||
Importers parse only open or synthetic formats. The `ovp-text` plain-text
|
||||
heightfield format read by `src/import.rs` is an original OpenVistaPro format;
|
||||
it is not a reimplementation of any proprietary VistaPro file layout.
|
||||
Importers parse only open or synthetic formats. The supported terrain source
|
||||
boundary currently consists of the original OpenVistaPro `ovp-text` plain-text
|
||||
heightfield format, script-level PNG heightmaps, and open SRTM/HGT, ESRI ASCII
|
||||
Grid, and GeoTIFF inputs. These all normalize to the same internal terrain
|
||||
model and are not reimplementations of any proprietary VistaPro file layout.
|
||||
|
||||
Legacy VistaPro terrain/image compatibility remains out of scope for the clean-
|
||||
room project unless a future, separately reviewed compatibility investigation
|
||||
explicitly approves it.
|
||||
|
||||
## Reverse engineering boundary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user