码迷,mamicode.com
首页 >  
搜索关键字:bake    ( 42个结果
Unity3D 5.1烘培 操作
http://blog.csdn.net/asd237241291/article/details/48056575 原创文章如需转载请注明:转载自 脱莫柔Unity3D学习之旅 Unity3D引擎技术交流QQ群:【119706192】本文链接地址: Unity3D_5.1烘培 静态Bake 1.将 ...
分类:编程语言   时间:2016-08-22 00:21:48    阅读次数:205
codeforces707B:Bakery
Description Masha wants to open her own bakery and bake muffins in one of the n cities numbered from 1 to n. There are m bidirectional roads, each of ...
分类:其他好文   时间:2016-08-22 00:17:21    阅读次数:221
Codeforces Round #368 (Div. 2) B
Description Masha wants to open her own bakery and bake muffins in one of the n cities numbered from 1 to n. There are m bidirectional roads, each of ...
分类:其他好文   时间:2016-08-21 13:42:40    阅读次数:223
CodeForce 589B Layer Cake
Layer Cake Dasha decided to bake a big and tasty layer cake. In order to do that she went shopping and bought n rectangular cake layers. The length an ...
分类:其他好文   时间:2016-08-21 00:53:13    阅读次数:203
Codeforces Round #368 (Div. 2) Bakery
Bakery Masha wants to open her own bakery and bake muffins in one of the n cities numbered from 1 to n. There are m bidirectional roads, each of whose ...
分类:其他好文   时间:2016-08-21 00:50:05    阅读次数:164
Codeforces 670D2 Magic Powder - 2 二分答案
Waking up in the morning, Apollinaria decided to bake cookies. To bake one cookie, she needs n ingredients, and for each ingredient she knows the value ai — how many grams of this ingredient one needs...
分类:其他好文   时间:2016-05-13 00:46:36    阅读次数:153
NavMesh KeyNote
【NavMesh KeyNote】 1、NavMesh.GetAreaFromName 可以从名字获得索引。 2、在Unity的Navigation引擎在Bake网格时,如果相邻网格高度不一致,Navigation引擎会在此相邻网格中生成一道沟,以阻隔。 如下图,红色网格高度(Scale)为1,绿色 ...
分类:其他好文   时间:2016-05-10 18:26:48    阅读次数:120
unity自动寻路相关注意事项
首先选择角色所在的地形,点击window->Navigation打开Navigation窗口,在Navigation下的object选项卡中寻NavigationStatic”其他保持默认即可,然后点击右下角“Bake”就可以了; 如果有障碍物,且障碍物不属于地形物体,需要对障碍物进行烘焙,方法是选择障碍物,在Navig..
分类:编程语言   时间:2016-03-24 13:22:23    阅读次数:275
自动寻路NavMeshAgent的使用
NavMeshAgent的使用,如何烘培(bake)...
分类:其他好文   时间:2015-08-27 21:13:36    阅读次数:455
Unity3D 导航寻路
先选择Window-->Navigation 在新打开的窗口中点击Bake.待烘焙结束之后。给需要导航的物体添加NavMeshAgent组件。可以调整速Speed Radius 等。然后1 NavMeshAgent agent = this.GetComponent();2 //设置目标3 agen...
分类:编程语言   时间:2015-08-25 23:17:00    阅读次数:156
42条   上一页 1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!