Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
public:t-gede-15-1:lab7 [2015/03/04 06:47] – [Bonus] marino | public:t-gede-15-1:lab7 [2024/04/29 13:33] (current) – external edit 127.0.0.1 |
---|
===== Preparation ===== | ===== Preparation ===== |
| |
From previous labs you should already have a ''Models'' folder inside the folder where you keep your application executables. To continue to organize your resources properly, you should now create another folder to hold your custom materials. Call this folder ''Materials'' and put it next to your models folder. In order for your Ogre applications to find the contents of these two folders make sure the following lines are in your ''resources_d.cfg'': <code> | From previous labs you should already have a ''Models'' folder inside the folder ''LabFiles''. To continue to organize your resources properly, you should now create another folder to hold your custom materials. Call this folder ''Materials'' and put it next to your models folder. In order for your Ogre applications to find the contents of these two folders make sure the following lines are in your ''resources_d.cfg'': <code> |
FileSystem=../Models | FileSystem=../LabFiles/Models |
FileSystem=../Materials | FileSystem=../LabFiles/Materials |
</code>From now on we assume that all your custom materials and shader programs are stored in the ''Materials'' folder. | </code>From now on we assume that all your custom materials and shader programs are stored in the ''Materials'' folder. |
| |