User Tools

Site Tools


public:t-gede-16-1:lab6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:t-gede-16-1:lab6 [2016/02/23 19:40] – [Bonus] marinopublic:t-gede-16-1:lab6 [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://piazza.com/class/i4l9of1fw8j3ew?cid=52|Lab 6 Discussion Thread]]+Discussion thread for this lab is here: [[https://piazza.com/class/ij2xbg3ztb41qt|Lab 6 Discussion Thread]]
  
 ===== Goal ====== ===== Goal ======
Line 63: Line 63:
 </code>Now you should try running the scene again and see if there is any improved performance!  </code>Now you should try running the scene again and see if there is any improved performance! 
 ===== Bonus ===== ===== Bonus =====
-<box green 100% | **Notice**> If you encounter problems starting your project after finishing the bonus part and it complains about missing textures, you might have to replace the pk3 file ''/Ogre1.9_vc110/OgreSDK_vc11_v1-9-0+<box green 100% | **Manual Object**> Create a method that takes 3 parameters,  
 +<code cpp> 
 + // radius of the base of the cone 
 + // height of the cone 
 + // detail is the number of vertices around the base. 
 + void createCone(float radius, float height, int detail); 
 +</code> 
 +This method should create a cone mesh with the tools used in the lab. Extra kudos for those who get the object to cast shadows and have an okish normal mapping.  
 +You can use this material for the object 
 +<code>material MyMat/Red 
 +
 +    receive_shadows on  
 + 
 +    technique 
 +    { 
 +        pass 
 +        { 
 +            ambient 0.3 0.1 0.1 1.0 
 +            diffuse 1.0 0.1 0.1 1.0 
 +            specular 1.0 1.0 1.0 1.0 0.2 
 + 
 +             
 +            shading flat 
 + 
 + 
 +        } 
 +    } 
 +}</code></box> 
 +<box green 100% | **Notice**> If you encounter problems starting your project after finishing the next bonus part and it complains about missing textures, you might have to replace the pk3 file ''/Ogre1.9_vc110/OgreSDK_vc11_v1-9-0
 /media/packs/chiropteraDM.pk3'' **Use of course your own Ogre sdk path.** /media/packs/chiropteraDM.pk3'' **Use of course your own Ogre sdk path.**
  
Line 69: Line 97:
  
 The original file in the OgreSdk folder seemed to be missing a few textures, for this one I replaced the missing textures with one colored textures. </box> The original file in the OgreSdk folder seemed to be missing a few textures, for this one I replaced the missing textures with one colored textures. </box>
-  - <box green 100% | **Bonus point**>**Testing Another Scene Manager** The so called "world geometry" of a game is often considered static and can be highly optimized for rendering. One optimized format for representing a static world is the BSP level format used originally by id's Quake engine. Ogre can read worlds in this format and display them using the ''BspSceneManager''. To try this, add the following method in your application<code cpp> void loadQuakeMap() {     +<box green 100% | **Bonus point**>**Testing Another Scene Manager** The so called "world geometry" of a game is often considered static and can be highly optimized for rendering. One optimized format for representing a static world is the BSP level format used originally by id's Quake engine. Ogre can read worlds in this format and display them using the ''BspSceneManager''. To try this, add the following method in your application<code cpp> void loadQuakeMap() {     
  // add the Quake archive to the world resource group  // add the Quake archive to the world resource group
  Ogre::ResourceGroupManager& rgm = Ogre::ResourceGroupManager::getSingleton();  Ogre::ResourceGroupManager& rgm = Ogre::ResourceGroupManager::getSingleton();
/var/www/cadia.ru.is/wiki/data/attic/public/t-gede-16-1/lab6.1456256402.txt.gz · Last modified: 2024/04/29 13:32 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki