unity报错Actor::updateMassFromShapes: Compute mesh inertia tensor failed for one of the actor's mesh shapes! Please change mesh geometry or supply a tensor
manually!
该错误是meshcollider和Rigidbody冲突导致。也可...
分类:
其他好文 时间:
2014-08-05 15:49:59
阅读次数:
259
Welcome back! This time, the focus is going to be on Stream-Out (SO). This is a facility for storing the Output of the Geometry Shader stage to memory...
分类:
其他好文 时间:
2014-08-05 00:34:38
阅读次数:
299
Welcome back. Last time, we dove into bottom end of the pixel pipeline. This time, we’ll switch back to the middle of the pipeline to look at what i.....
分类:
其他好文 时间:
2014-08-05 00:25:48
阅读次数:
321
1. 2D射影几何与变换这一章的内容主要在介绍一些基本的几何概念和几何符号,以便理解后文中的内容。更具体的来说,主要包含了平面射影变换的几何知识。1.1 平面几何平面几何是个非常简单的概念,无非是点,线,再就是点和线之间的关系。1.2 2D射影平面(Projective plane)众所周知,在平面...
分类:
其他好文 时间:
2014-08-02 01:47:12
阅读次数:
194
Geometry Made SimpleTime Limit: 2 Seconds Memory Limit: 65536 KBMathematics can be so easy when you have a computer. Consider the following example. ....
分类:
其他好文 时间:
2014-08-01 19:27:32
阅读次数:
308
Task Schedule
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 3412 Accepted Submission(s): 1197
Problem Description
Our geometry...
分类:
其他好文 时间:
2014-07-31 16:56:36
阅读次数:
287
ArcGis Api For JavaScript - 地图上Geometry的绘制
分类:
编程语言 时间:
2014-07-29 21:23:32
阅读次数:
354
Envelope也称包络线,是一个矩形区域,是每个几何形体的最小外接矩形。每个Geometry都拥有一个Envelope,包括Envelope自身。它定义了XMax,XMin,YMax,YMin,Height,Width等属性,用于获取或者设置一个存在包络线的对象空间坐标。IEnvelope接口提供...
分类:
其他好文 时间:
2014-07-29 11:15:26
阅读次数:
423
hdu 1086 You can Solve a Geometry Problem too(求线段相交点个数 模板)...
分类:
其他好文 时间:
2014-07-27 11:41:07
阅读次数:
209
本文出自:http://blog.csdn.net/svitter
Computational Geometry
计算几何
ACM中基本是最麻烦的部分。
几何代码都要自己写,STL中也没有。基本上。
struct point
数乘,差乘,计算几何题目抄。一个数字由于误差积累造成大。
避免误差。
注意:
...
分类:
其他好文 时间:
2014-07-23 20:59:58
阅读次数:
164