Unity Separable Bokeh Depth-of-Field Hexagonal Blur 博主之前渲染:最近用unity5弄的一些渲染 by wolf96 http://blog.csdn.net/wolf96 ...
分类:
编程语言 时间:
2016-05-09 09:40:57
阅读次数:
192
Maximum Depth of Binary Tree
Total Accepted: 142443 Total
Submissions: 297439 Difficulty: Easy
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes ...
分类:
其他好文 时间:
2016-05-07 11:24:32
阅读次数:
156
Refer to the information on these pages for details on working in-depth with various aspects of Unity.
这些页面的参考信息,是有关Unity深入工作的各个方面的详细信息。
The Unity Manual Guide contains sections that apply only ...
分类:
编程语言 时间:
2016-05-07 01:08:23
阅读次数:
345
Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to the nearest l ...
分类:
编程语言 时间:
2016-05-06 20:30:52
阅读次数:
159
1.基本问题和相关 Common Techniques to Improve Shadow Depth Maps: https://msdn.microsoft.com/en-us/library/windows/desktop/ee416324(v=vs.85).aspx Cascaded Sha ...
分类:
其他好文 时间:
2016-04-30 22:15:31
阅读次数:
914
在unity做一个3d旋转菜单,像乱斗西游2的这种:
暂时有两种方法可以实现:
一、当做是2d界面,通过定义几个固定点的坐标、大小、透明度,还有每个点的panel depth大小,把数据存储下来,在手机滑动的过程中计算滑动划过的距离和这个panel大小的比值,乘以两个点之间的距离,获得坐标点移动的距离,通过改变x轴改变位置,同理改变大小和透明度。
这个方法我自...
分类:
编程语言 时间:
2016-04-29 16:25:47
阅读次数:
225
Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest l ...
分类:
其他好文 时间:
2016-04-25 20:55:00
阅读次数:
129
Maximum Depth of Binary Tree Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the roo ...
分类:
其他好文 时间:
2016-04-25 00:37:34
阅读次数:
142