Vector3.Lerp 插值static
functionLerp(from:Vector3,to:Vector3,t: float) :Vector3Description描述Linearly
interpolates between two vectors.两个向量之间的线性插值。Interp...
分类:
其他好文 时间:
2014-05-12 17:12:14
阅读次数:
366
tension 注:d为1时,则为直线,因为使用了基数样条插值,d为0时,并不是非常圆滑的。
分类:
其他好文 时间:
2014-05-09 03:11:50
阅读次数:
270
往数据里插值,结果报这个错,经过百度查证和自己试验,如下:
查看用户表空间的限额
select * from user_ts_quotas;
alter user ***(用户名) quota unlimited on ***(表空间);
这种方式是针对特定的表空间的.
可以分配自然也可以回收了:
alter user *** quota 0 on *...
分类:
其他好文 时间:
2014-04-29 13:46:21
阅读次数:
354