Graphics.Release10Beta - lordmundi/wikidoctest GitHub Wiki
Release 1.0 Beta
Known Issues
- frame rate issues with new earth imagery BB - being worked
- no blending between LODs on earth imagery BB - being worked
- 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 BB - being worked
What's New
- moon body
- moon imagery
- sky visualization and atmospheric transition
- placement of planets, moon, and sun, all driven in scene from JULIAN time
- addition of inertial nodes for planets
- new earth imagery updates and imagery databases
- upgraded stars
- orbit lines available for planets and moon
- updated simdata plugin for arrays of structures
- trick V5 format support in simdata plugin
- updated tcl libraries
- example tcl overlay added
- ARES 06.5.2 example data
- added ASSEMBLY_COMPLETE package for space station
- a kitchen sink
Install
To install:
- Untar the "eng_graph_v1.0.0_beta.tgz file". Notice there is a "dougdata" link in that directory that defaults to "/dougdata".
- Extract the "eng_graph_dougdata_pack_v1.0.0_beta.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 dougdata 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.