OGRECave / scape

Scape terrain editor

Home Page:http://www.decarpentier.nl/downloads/ScapeDocs/UserGuide.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change/Replace EngineInterface class

kPYKx7Ddw4n1aIKZ opened this issue · comments

Originally it was intended to interact with the Engine project over the EngineInterface class.
I don't think that this is the best solution since there are many unrelated methods together in one class.
One could change this class to interact with other classes and mark this classes with some Export definition.