Skip to content

Technical Debt

Nate Waddoups edited this page Sep 26, 2021 · 1 revision

The following shortcuts are being taken to get the basic functionality working:

  • Tons of warnings are being ignored. Most are due to the evolution of C++ and its libraries, all should be addressed.
  • Terrain support is disabled, by commenting out code in Terrain.cpp and removing demeter.lib from the linker input list. The Demeter terrain engine still exists and can be fetched from SourceForge, so it should be possible to get it working again.
  • MpegOut (video recording) is also disabled, by removing SupportVideo from the preprocessor directives (which disables code in RenderViewport.cpp), and removing mpegout.lib from the linker input list. Not sure if MpegOut is still available.

Clone this wiki locally