前几日
在做U3D测试的时候
导入了网上的一个人物模型
但是后来发现无论如何该模型都无法响应诸如:OnMouseDown
这些鼠标事件
又用U3D自带的水管工做了测试
发现不是我系统的问题= =
水管工对鼠标事件还是有反应的
遂百度之
查到的解决方法是
在Project窗口中选中导入FBX模型,在右边的Inspector中选中Generate Colliders
说是因为U3...
分类:
其他好文 时间:
2014-08-16 21:11:21
阅读次数:
177
Unique Binary Search Trees IIGivenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n.For example,Givenn= 3, your pr...
分类:
其他好文 时间:
2014-08-15 23:44:29
阅读次数:
280
Given an integer n, generate a square matrix filled with elements from 1 to n2 in
spiral order.
For example,
Given n = 3,
You should return the following matrix:
[
[ 1, 2, 3 ],
[ 8, 9, 4 ],
[...
分类:
其他好文 时间:
2014-08-15 22:37:39
阅读次数:
274
Slash MazeBy filling a rectangle with slashes (/) and backslashes ( ), you can generate nice little mazes. Here is an example:As you can see, paths i....
分类:
其他好文 时间:
2014-08-15 14:30:58
阅读次数:
272
Given numRows, generate the first numRows of Pascal's triangle.For example, given numRows = 5,Return[ [1], [1,1], [1,2,1], [1,3,3,1], [1,4,6...
分类:
其他好文 时间:
2014-08-14 23:50:36
阅读次数:
270
Givenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n.For example,Givenn= 3, your program should return all 5 uni...
分类:
其他好文 时间:
2014-08-14 20:16:29
阅读次数:
219
D -Problem DTime Limit:1000MSMemory Limit:131072KB64bit IO Format:%lld & %lluSubmitStatusDescriptionWe choose an integer K (K > 0). Then we generate N...
分类:
其他好文 时间:
2014-08-14 13:20:38
阅读次数:
249
准备工作
1.安装了sencha cmd并可以正确使用 点此学习
2.了解了组件增加图标的操作及原理 点此学习
3.了解了Ext JS的组件及其模板方法 点此学习
本节目标
使用sencha cmd generate app命令生成一个简单的应用程序之后,我们增加了图标的支持,现在我们给这个页面丰富一下内容,一般应用程序都会有个工具栏,现在我们给新生成的页面增加一个工具栏。...
分类:
Web程序 时间:
2014-08-12 17:17:34
阅读次数:
333
原地址:http://unity3d.9tech.cn/news/2014/0127/39748.html首先、unity灯光烘焙 :Unity3dFBX模型导入、选项Model 不导入资源球、Rig 不导入骨骼、Animations 不导入动画。在Model选项勾选 Generate Linght...
分类:
其他好文 时间:
2014-08-12 13:15:34
阅读次数:
301
问题:Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is:"(((...
分类:
其他好文 时间:
2014-08-11 14:31:22
阅读次数:
169