好久没有写东西了,先写一点,以后再扩充.1.使用平台编译器预定义的宏.比如在windows下,有这样一个宏WIN32.或者_WIN32.linux下有__linux__等等.比如OGRE的OgrePlatform.h中的定义:#if defined( __WIN32__ ) || defined( ...
分类:
其他好文 时间:
2015-05-18 20:29:33
阅读次数:
137
KBEngine是一款开源mmog服务端引擎, 使用统一协议能够轻松与前端对接,能轻松使用unity3d、 ogre、 cocos2d、 html5等作为前端表现。 一款开源的游戏服务端引擎,使用简单的约定协议就能够使客户端与服务端进行交...
分类:
其他好文 时间:
2015-05-18 13:12:27
阅读次数:
191
在配置VS2008和ogre时,出现这样一个错误,求大神指导,该怎么解决呀?!急求!...
分类:
其他好文 时间:
2015-05-13 12:50:57
阅读次数:
141
原创内容转载请注明:http://weibo.com/gdexqin程序代码的的基础在http://blog.sina.com.cn/s/blog_7c03dc6f01012um2.html中先看导入后的效果。动画模型是用别人传到网上的(好像这个人物叫真名法典的样子,不太认识,但是感谢上传者),之前...
分类:
其他好文 时间:
2015-05-07 23:23:27
阅读次数:
308
转自:http://0flyingpig0.blog.163.com/blog/static/99370556201011831738403/感谢原作者!正文:Managing Game States with OGREhttp://www.ogre3d.org/wiki/index.php/Man...
分类:
其他好文 时间:
2015-05-07 20:24:12
阅读次数:
129
ogre作为一款开源的非商业渲染引擎, 除去效率不谈, 其设计结构十分优雅, 值得游戏从业者拥有和学习。本篇笔记基于ogre v1.9。1、代码模块ogre的核心代码分布如下图:ogreMain: renderSystem:plugin:component:
分类:
其他好文 时间:
2015-05-07 16:02:29
阅读次数:
133
Problem Description
In the mysterious forest, there is a group of Magi. Most of them like to eat human beings, so they are called “The Ogre Magi”, but there is an special one whose favorite food is ha...
分类:
其他好文 时间:
2015-04-28 14:08:31
阅读次数:
129
1.用到的知识点 如何判断点在平面哪一边? 以及判断aabb盒子在面的哪一边? Real Plane::getDistance (const Vector3& rkPoint) const { return normal.dotProduct(rkPoint) + d; ...
分类:
其他好文 时间:
2015-04-26 19:29:44
阅读次数:
228
实现目标 因为需求,想找一个在Ogre中好用的文本显示,经过查找和一些比对.有三种方案 一利用Overlay的2D显示来达到效果.http://www.ogre3d.org/tikiwiki/tiki-index.php?page=MovableTextOverlay 二重写Renderabl...
分类:
其他好文 时间:
2015-04-17 23:43:20
阅读次数:
290