public:t-gede-15-1:lab4
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:lab4 [2015/02/02 19:04] – [Preparation] marino | public:t-gede-15-1:lab4 [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Discussion ===== | ===== Discussion ===== | ||
- | Discussion thread for this lab is here: [[https:// | + | Discussion thread for this lab is here: [[https:// |
===== Goal ====== | ===== Goal ====== | ||
Line 15: | Line 15: | ||
You need to do the following to set up the right tools: | You need to do the following to set up the right tools: | ||
- | * Download and install the [[http:// | + | * Download and install the [[http:// |
- | * Install the [[http:// | + | * Install the Blender2Ogre Plug-in for Blender |
- | * Download the file [[http:// | + | * Download the file [[http:// |
* Run Blender and from **File-> | * Run Blender and from **File-> | ||
* Once Blender has processed the ZIP file you should see the exporter listed, but grayed out. Check the check-box next to it to activate it. | * Once Blender has processed the ZIP file you should see the exporter listed, but grayed out. Check the check-box next to it to activate it. | ||
* Now you can run the exporter from the Blender **File-> | * Now you can run the exporter from the Blender **File-> | ||
* Make sure that the **OgreXMLConverter.exe** (or OgreXMLConverter_d.exe) that comes with Ogre is in your executable system path, you will find this tool inside your Ogre **bin\Release** (or **bin\Debug**) folder | * Make sure that the **OgreXMLConverter.exe** (or OgreXMLConverter_d.exe) that comes with Ogre is in your executable system path, you will find this tool inside your Ogre **bin\Release** (or **bin\Debug**) folder | ||
- | |||
===== Lab Project ===== | ===== Lab Project ===== | ||
Follow these steps to complete the lab project: | Follow these steps to complete the lab project: | ||
- | - **Create a custom Model Folder** Go to the folder | + | - **Create a custom Model Folder** Go to the folder |
- **Create a 3D Model in Blender** If you are completely new to Blender, then you can even just use the default cube you get when you start up the Blender environment. However, you should try to modify the cube a little bit if you can. There are a lot of good resources on Blender modeling, including the [[http:// | - **Create a 3D Model in Blender** If you are completely new to Blender, then you can even just use the default cube you get when you start up the Blender environment. However, you should try to modify the cube a little bit if you can. There are a lot of good resources on Blender modeling, including the [[http:// | ||
* It is a good idea to save your model in the Blender file format early and often | * It is a good idea to save your model in the Blender file format early and often | ||
Line 33: | Line 32: | ||
- **Create a New Entity** In your '' | - **Create a New Entity** In your '' | ||
* In C++ it would look like this: <code cpp> | * In C++ it would look like this: <code cpp> | ||
- | Ogre:: | + | Ogre:: |
- | Ogre:: | + | Ogre:: |
- | cubeNode-> | + | modelNode-> |
- | cubeNode-> | + | modelNode-> |
</ | </ | ||
- **Play with Mesh File** Open up your exported **mesh** **XML** file and make sure you understand its structure. Try changing values inside it and observe the changes in your Ogre application, | - **Play with Mesh File** Open up your exported **mesh** **XML** file and make sure you understand its structure. Try changing values inside it and observe the changes in your Ogre application, | ||
- **Play with Material File** Notice that inside the **XML** file the submesh refers to a **Material** by name, find the corresponding ** *.material ** file in your model folder (it got exported along with the mesh XML file) and read through it. This is the material that Ogre reads in along with the mesh. Try changing values of the material (e.g. the diffuse values) inside the exported material file and observe the changes in your Ogre application (you do not have to run the OgreXMLConverter again for this, the material is already in the right format) | - **Play with Material File** Notice that inside the **XML** file the submesh refers to a **Material** by name, find the corresponding ** *.material ** file in your model folder (it got exported along with the mesh XML file) and read through it. This is the material that Ogre reads in along with the mesh. Try changing values of the material (e.g. the diffuse values) inside the exported material file and observe the changes in your Ogre application (you do not have to run the OgreXMLConverter again for this, the material is already in the right format) | ||
- | - **Create more Entities** Create more entities from the same mesh, but assign different materials to them. Note that you can still use the '' | + | - **Create more Entities** Create more entities from the same mesh, but assign different materials to them. Note that you can still use the '' |
- | myCube-> | + | myModel-> |
</ | </ | ||
Line 57: | Line 56: | ||
- **Now change the material of a submesh.** | - **Now change the material of a submesh.** | ||
- Create a file '' | - Create a file '' | ||
- | - Add the line '' | + | - Add the line '' |
- paste this material script into the file '' | - paste this material script into the file '' | ||
{ | { | ||
Line 75: | Line 74: | ||
} | } | ||
}</ | }</ | ||
- | - **Copy {{: | + | - **Copy {{: |
_SinbadEnt-> | _SinbadEnt-> | ||
- **Add additional entities into the scene** As you could have noticed in the '' | - **Add additional entities into the scene** As you could have noticed in the '' | ||
Line 94: | Line 93: | ||
===== When You Are Finished ===== | ===== When You Are Finished ===== | ||
- | Upload your **commented SOURCE files, no solution or project files please** into Lab4 in MySchool (zip them up if more than one) also include the required files such as materials or mesh files. | + | Upload your **commented SOURCE files, no solution or project files please** into Lab4 in MySchool (zip them up if more than one) also include the required files such as materials or mesh files. |
- | + | ||
- | The lab projects will not be graded, but their completion counts towards your participation grade. | + |
/var/www/cadia.ru.is/wiki/data/attic/public/t-gede-15-1/lab4.1422903882.txt.gz · Last modified: 2024/04/29 13:32 (external edit)