Tagged Questions
1
vote
1answer
429 views
Ogre Specific libraries
i have a simple question.
For people that know and built ogre3D from source as a Static library, What is the order of which the libraries should be linked?
The libraries I need to be organized are:
...
0
votes
1answer
205 views
Combination of DLL/Plugins with Object/Components
I worked on a personal game project (learning) for about the last year or so off and on in Ogre3D. Now that I am starting a new project, I want to avoid the Class Heirarchy for objects and having all ...