OpenAWE-Project / OpenAWE

A reimplementation of Remedy Entertainments Alan Wake Engine, in later iterations known as the Northlight Engine
GNU General Public License v3.0
163 stars 13 forks source link

Add TerrainFactory class #39

Open Nostritius opened 8 months ago

Nostritius commented 8 months ago

The Terrain Class is currently cluttered with its whole creation process which is executed at the beginning of a level build up with a final baking step. The whole creation should be transferred to a factory class building at the end aTerrain Object containing only the bare necessities for rendering.