Ogre Setup CEGUI Ogre Demo Ogre Tools Ogre Export(Blender 2.49b) Ogre Export(Deled) SATCH (D'Fusion) 赤忍者モデル 関連ツール |
● Ogre Wiki Intermediate Tutorial → http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Intermediate+Tutorials |
Ogre Wiki のIntermediate Tutorialのスクリーンショットを載せました。 |
※全てのTutorial で 終了は ESCキー |
Intermediate Tutorial 1 | Animation, Walking Between Points, and Basic Quaternions |
Intermediate Tutorial 2 | RaySceneQueries and Basic Mouse Usage |
※インクルードで、../res/resource.h があるので 空のresource.h をプロジェクトに追加 |
|
Intermediate Tutorial 3 | Mouse Picking (3D Object Selection) and SceneQuery Masks |
Intermediate Tutorial 4 | Volume Selection and Basic Manual Objects |
void IntermediateTutorial4::createScene(void)内のバグ修正 mVolQuery = mSceneMgr->createPlaneBoundedVolumeQuery(Ogre::PlaneBoundedVolumeList()); |
|
Intermediate Tutorial 5 | Static Geometry |
Intermediate Tutorial 6 | Projective Decals |
Tutorial6の準備説明にある Decal.png, Decal_filter.pngをダウンロードして、 OgreSDK内の c:/OgreSDK/media/materials/textures へコピーしておく。 |
|
Intermediate Tutorial 7 | Render to texture (RTT) |
c:/OgreSDK/media/materials/textures 内には "grass.jpg"が無く "grass_1024.jpg"があるので修正する。 Ogre::TextureUnitState* tuisTexture = mat->getTechnique(0)->getPass(0)->createTextureUnitState("grass_1024.jpg"); ※Sepia関連ファイルは、下部の「1 FILE ATTACHED」をクリックしてダウンロード |
Copyright (C) CRIMSON Systems |