王朝网络
分享
 
 
 

基于OGRE所实现的高层游戏引擎框架(3)

王朝other·作者佚名  2008-05-19
宽屏版  字体: |||超大  

附录

Terrain Example

/*

This source file is part of OGRE

(Object-oriented Graphics Rendering Engine)

For the latest info, see http://www.ogre3d.org/

Copyright ?2000-2003 The OGRE Team

Also see acknowledgements in Readme.html

You may use this sample code for anything you like, it is not covered by the

LGPL like the rest of the engine.

*/

/**

\file

Terrain.h

\brief

Specialisation of OGRE's framework application to show the

terrain rendering plugin

*/

#include "ExampleApplication.h"

#include "OgreStringConverter.h"

#define FLOW_SPEED 0.2

#define FLOW_HEIGHT 0.8

class TerrainListener : public ExampleFrameListener

{

public:

TerrainListener(RenderWindow* win, Camera* cam) :ExampleFrameListener(win, cam) { };

// Override frameStarted event to process that (don't care about frameEnded)

bool frameStarted(const FrameEvent& evt)

{

float moveScale;

float rotScale;

float waterFlow;

static float flowAmount = 0.0f;

static bool flowUp = true;

// local just to stop toggles flipping too fast

static Real timeUntilNextToggle = 0;

if (timeUntilNextToggle = 0)

timeUntilNextToggle -= evt.timeSinceLastFrame;

// If this is the first frame, pick a speed

if (evt.timeSinceLastFrame == 0)

{

moveScale = 1;

rotScale = 0.1;

waterFlow = 0.0f;

}

// Otherwise scale movement units by time passed since last frame

else

{

// Move about 100 units per second,

moveScale = 10.0 * evt.timeSinceLastFrame;

// Take about 10 seconds for full rotation

rotScale = 36 * evt.timeSinceLastFrame;

// set a nice waterflow rate

waterFlow = FLOW_SPEED * evt.timeSinceLastFrame;

}

// Grab input device state

mInputDevice-capture();

SceneNode *waterNode = static_cast<SceneNode*(

mCamera-getSceneManager()-getRootSceneNode()-getChild("WaterNode"));

if(waterNode)

{

if(flowUp)

flowAmount += waterFlow;

else

flowAmount -= waterFlow;

if(flowAmount = FLOW_HEIGHT)

flowUp = false;

else if(flowAmount <= 0.0f)

flowUp = true;

waterNode-translate(0, (flowUp ? waterFlow : -waterFlow), 0);

}

static Vector3 vec;

vec = Vector3::ZERO;

if (mInputDevice-isKeyDown(KC_A))

{

// Move camera left

vec.x = -moveScale;

}

if (mInputDevice-isKeyDown(KC_D))

{

// Move camera RIGHT

vec.x = moveScale;

}

if (mInputDevice-isKeyDown(KC_UP) || mInputDevice-isKeyDown(KC_W))

{

// Move camera forward

vec.z = -moveScale;

}

if (mInputDevice-isKeyDown(KC_DOWN) || mInputDevice-isKeyDown(KC_S))

{

// Move camera backward

vec.z = moveScale;

}

if (mInputDevice-isKeyDown(KC_PGUP))

{

// Move camera up

vec.y = moveScale;

}

if (mInputDevice-isKeyDown(KC_PGDOWN))

{

// Move camera down

vec.y = -moveScale;

}

if (mInputDevice-isKeyDown(KC_RIGHT))

{

mCamera-yaw(-rotScale);

}

if (mInputDevice-isKeyDown(KC_LEFT))

{

mCamera-yaw(rotScale);

}

if( mInputDevice-isKeyDown( KC_ESCAPE) )

{

return false;

}

// Rotate view by mouse relative position

float rotX, rotY;

rotX = -mInputDevice-getMouseRelativeX() * 0.13;

rotY = -mInputDevice-getMouseRelativeY() * 0.13;

// Make all the changes to the camera

// Note that YAW direction is around a fixed axis (freelook stylee) rather than a natural YAW (e.g. airplane)

mCamera-yaw(rotX);

mCamera-pitch(rotY);

mCamera-moveRelative(vec);

// Rotate scene node if required

SceneNode* node = mCamera-getSceneManager()-getRootSceneNode();

if (mInputDevice-isKeyDown(KC_O))

{

node-yaw(rotScale);

}

if (mInputDevice-isKeyDown(KC_P))

{

node-yaw(-rotScale);

}

if (mInputDevice-isKeyDown(KC_I))

{

node-pitch(rotScale);

}

if (mInputDevice-isKeyDown(KC_K))

{

node-pitch(-rotScale);

}

if (mInputDevice-isKeyDown(KC_F) && timeUntilNextToggle <= 0)

{

mStatsOn = !mStatsOn;

//Root::getSingleton().showDebugOverlay(mStatsOn);

showDebugOverlay(mStatsOn);

timeUntilNextToggle = 1;

}

// Return true to continue rendering

return true;

}

};

class TerrainApplication : public ExampleApplication

{

public:

TerrainApplication() {}

protected:

virtual void createFrameListener(void)

{

mFrameListener= new TerrainListener(mWindow, mCamera);

mFrameListener-showDebugOverlay(true);

mRoot-addFrameListener(mFrameListener);

}

virtual void chooseSceneManager(void)

{

// Get the SceneManager, in this case a generic one

mSceneMgr = mRoot-getSceneManager( ST_EXTERIOR_CLOSE );

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
>>返回首页<<
推荐阅读
 
 
频道精选
 
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有