自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (4)
  • 收藏
  • 关注

原创 圆排列问题 (注解)

摘自 王晓东的计算机算法设计与分析===================问题:n个大小不一的圆,放到一个矩形中,并且矩形底边相切,当然圆不能重叠形如:OoO....oOO ,求最小长度的圆排列。算法下列为已知条件:r[i],i=1~n  该数组记录各圆半径  (注:初始化时,各值都是已知的)x[i],i=1~n 该数组记录各圆圆心横坐标 (注:初始化0,  以后由程序计

2009-06-27 10:04:00 5097 1

原创 HeightMap

HeightMap=========focus on 3d Terrain一书介绍了两种自动生成HeightMap的方法。作者Trent参考了编程精粹中提供的算法,并做了应用。Trent的实现:CTerrain类维护着一个结构体SHEIGHI_DATAstruct SHEIGHT_DATA{ unsigned char* m_ucpData;//保存高度值 int m_iSize;  //

2008-08-01 20:09:00 2183

RenderMonkey1.82

Application Design and Philosophy Real-time high performance shaders are at the heart of all new visual effects and they will continue to be the foundation of an amazing graphical experience for the future. The RenderMonkey IDE has been created to fill the need for shader content creation tools in a coherent environment—flexible and powerful for programmers, yet familiar and intuitive for artists. With the introduction of the DirectX, OpenGL and OpenGL ES high level shading languages, the complexity of real-time shaders has increased. The rapid evolution of the shading capabilities of graphics hardware had caused an explosion in the the amount of shader content necessary for real-time graphics projects, fueling the need for a powerful real-time shader IDE. The RenderMonkey environment not only allows easy shader prototyping and development, but also provides a mechanism for managing the shaders and all of the associated visual resources in a single environment.

2018-12-06

Unity 4.x Game AI Programming .part2

两件文件,自行解压,(附src) 2/2 This book shows how to implement various AI techniques in Unity3D by implementing the algorithm from scratch using C#, applying Unity3D built-in features, or using available scripts and plugins from the Unity Asset Store. For example, we’ll be implementing our own A* algorithm to do pathfinding but will also explore the Unity3D navigation graphs feature. Then we’ll use the Behave plugin to construct behavior trees for intelligent AI character behaviors.

2015-04-08

Unity 4.x Game AI Programming

两件文件,自行解压,(附src) 1/2 This book shows how to implement various AI techniques in Unity3D by implementing the algorithm from scratch using C#, applying Unity3D built-in features, or using available scripts and plugins from the Unity Asset Store. For example, we’ll be implementing our own A* algorithm to do pathfinding but will also explore the Unity3D navigation graphs feature. Then we’ll use the Behave plugin to construct behavior trees for intelligent AI character behaviors.

2015-04-08

Unity AI Programming Essentials

This book focuses on the different AI tasks that are essential for game development using Unity. It includes topics such as defining "minds" for your characters with behavior trees. Furthermore, it covers more specialized AI tasks such as how to implement AI crowds and how to create driving AI for vehicles. We have a section dedicated to NavMesh, one of the most important aspects of pathfinding, that will show you how to customize the mesh generation to handle different use cases for different characters. This is a practical book as it uses several popular Unity plugins such as RAIN and React AI to accomplish different AI tasks.

2015-04-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除