Graphics.Release10RC1 - lordmundi/wikidoctest GitHub Wiki
EDGE v1.0 RC1 Release Notes
Known Issues
- reflections (mirror support) not working correctly when ztile is enabled BB - being worked
- bug in simdata plugin when a single array element is recorded instead of a range (i.e., recording a.b.c[0–2] works fine, but recording a.b.c[1] has problems)
- earth water texture issues (water shows up as black) BB - being worked
- plumes are in incorrect position
- layer node doesn't seem to work in planet2 plugin for layers
- antares and generic code are not split in sim interface code FG - being worked
- S_module in sim interface code needs #define for paths FG - being worked
- drive_plume_elements.c needs rewrite FG - being worked
What's New
- updated sim interface package that utilizes arrays and ptr based input for flexibility
- new earth imagery updates and imagery databases
- earth clouds
- ARES 06.6 example data
- added parachute placeholders for main and drogue chutes
Install
To install:
- Untar the "cev_graphics_v1.0_RC1.tgz file". Notice there is a "gisdata" link in that directory that defaults to "/dougdata/gisdata". This is because it is preferable that the gisdata folder reside on the local machine where doug is running.
- Extract the "cev_graphics_dougdata_pack_v1.0_RC1.tgz" (referred to as data pack) somewhere (it is recommended that this be somewhere on the local machine where doug will be run and not on a network path such as a home dir).
- Modify the gisdata link to point to the location where you extracted the data pack.
That's it. To run, cd into the eng_graphics directory and type "./run_graphics"
To integrate into your sim:
See the instructions in README.sim_integration inside the model pack.