public:t-gede-14-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-14-1:lab4 [2014/01/11 18:39] – [Lab Project] marino | public:t-gede-14-1:lab4 [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 30: | Line 30: | ||
* 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 | ||
* Pay attention to what you name your geometry, this becomes the name of the exported mesh. You can browse your object hierarchy in the upper right corner of the Blender screen. Right-click on the cube mesh node and select **Rename** to give the mesh a different name. | * Pay attention to what you name your geometry, this becomes the name of the exported mesh. You can browse your object hierarchy in the upper right corner of the Blender screen. Right-click on the cube mesh node and select **Rename** to give the mesh a different name. | ||
- | - **Export and Convert Model** Export the model using the Blender2Ogre exporter and save it in your application' | + | - **Export and Convert Model** Export the model using the Blender2Ogre exporter and save it in your application' |
- **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> | ||
Line 44: | Line 44: | ||
</ | </ | ||
+ | ===== Bonus Points ===== | ||
+ | <box 100% green> | ||
+ | - **Add a new color to Sinbad**. In the zip file '' | ||
+ | - **Sinbad has 7 " | ||
+ | - **The list of submeshes are:** < | ||
+ | 1 -> Green Skin. | ||
+ | 2 -> Jewelry, cuffs, belt buckle. | ||
+ | 3 -> Teeth. | ||
+ | 4 -> Sword Sheaths. | ||
+ | 5 -> Accessory spikes. | ||
+ | 6 -> Boots, Pants, hat, accessories color.</ | ||
+ | - **Now change the material of a submesh.** | ||
+ | - Create a file '' | ||
+ | - Add the line '' | ||
+ | - paste this material script into the file '' | ||
+ | { | ||
+ | receive_shadows on | ||
+ | technique | ||
+ | { | ||
+ | pass | ||
+ | { | ||
+ | ambient 0.75 0.75 0.75 | ||
+ | diffuse 1 1 1 1 | ||
+ | |||
+ | texture_unit | ||
+ | { | ||
+ | texture my_sinbad_body.png | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | }</ | ||
+ | - **Copy {{: | ||
+ | _SinbadEnt-> | ||
+ | - **Add additional entities into the scene** As you could have noticed in the '' | ||
+ | - **Add a couple of swords to the sheaths on Sinbads back.** | ||
+ | - Create an '' | ||
+ | - **Now you need to attach the swords to the sheath.** Each sheath has a " | ||
+ | // Usage would be like | ||
+ | _sinbadEnt-> | ||
+ | - **A list of bones on the Sinbad model** can be accessed very similarly as the Animation states:< | ||
+ | Ogre:: | ||
+ | // Iterate over the available bones and write their names to the console. | ||
+ | while (biter.hasMoreElements()) { | ||
+ | Ogre::Bone *bone = biter.getNext(); | ||
+ | std::cout << bone-> | ||
+ | }</ | ||
+ | - **With the click of a button or some event; equip the swords to his hands.** The bones of Sinbads hands are labeled Handle in the list of bones. Even though Sinbad has animation for drawing the swords, implementing that will not be required to get this bonus point. Though implementing that Sinbad clasps his hands around the hilts is easy to do using the animations '' | ||
+ | </ | ||
===== When You Are Finished ===== | ===== When You Are Finished ===== | ||
- | Upload your **commented | + | Upload your **commented |
+ | |||
+ | 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-14-1/lab4.1389465571.txt.gz · Last modified: 2024/04/29 13:32 (external edit)