Project

General

Profile

Feature #8

Updated by skyjake over 10 years ago

The 3D model renderer is one a relatively isolated component in Doomsday. It should be possible to replace it with a version implemented on GL2 if the rest of the GL state is left undisturbed, much like the UI is drawn over the rest of the graphics.

The work needs to begin with some refactoring to further OO-ify the runtime model data and upgrade it as needed for newer model formats.

Back