【Transform & Physics】1、Space。Unity定义了Space枚举值,此值如下: 通常通过Space.World、Space.Self来区别一个Vector是按世界坐标系作用还是按本地坐标系作用。参考:file:///D:/Program%20Files%20(x86)/...
分类:
其他好文 时间:
2014-07-03 10:38:28
阅读次数:
182
之前接触一个往Console里输入参数的项目,资深QA教我怎么run,灰常脸红。 今日无事,baidu之。Step1 写简单Console Code. 1 class Program 2 { 3 static void Main(string[] args) 4...
分类:
其他好文 时间:
2014-07-03 10:37:07
阅读次数:
219
工作环境 Windows Server 2003 ,MySQL安装目录 D:\MySQL , WinRAR 安装目录 C:\Program Files\WinRAR\WinRAR.exe 备份数据存储的路径为 E:\数据备份,好了下面开始写DOS批处理命令了。代码如下:set "Ymd=%date:...
分类:
数据库 时间:
2014-07-01 22:41:34
阅读次数:
335
1 using System; 2 using System.Data.SqlClient; 3 using System.Transactions; 4 5 namespace SomeDBTransaction 6 { 7 class Program 8 { 9 ...
分类:
其他好文 时间:
2014-07-01 20:36:12
阅读次数:
200
delphi xe6 for android LocationSensor控件默认是优先使用网络定位,对定位精度要求高的应用我们可以修改原码直接指定GPS定位。修改方法:将C:\Program Files\Embarcadero\Studio\14.0\source\rtl\common\Syste...
分类:
移动开发 时间:
2014-07-01 18:54:57
阅读次数:
265
下载OpenGL文件glutdlls37beta.zip,然后解压缩,得到5个文件:glut.h,glut.lib,glut32.lib,glut.dll,glut32.dll。首先把glut.h放入C:\Program Files (x86)\Microsoft Visual Studio 10....
原文:批处理命令 BAT备份MySQL数据库工作环境 Windows Server 2003 ,MySQL安装目录 D:\MySQL , WinRAR 安装目录 C:\Program Files\WinRAR\WinRAR.exe 备份数据存储的路径为 E:\数据备份,好了下面开始写DOS批处理命令...
分类:
数据库 时间:
2014-07-01 16:34:35
阅读次数:
244
Since I use Sublime ,I want to write aencoding convent program .Here isthe knowage what i need .InputStreamReader:This class is the brage from bytetyp...
分类:
其他好文 时间:
2014-07-01 13:57:23
阅读次数:
214
select P.SPID, s.status, S.sid,S.serial#,S.username,S.machine,S.program,S.osuser,to_char(S.logon_time,'yyyy/mm/dd-hh24:mi:ss'),s.audsidfrom v$process ...
分类:
其他好文 时间:
2014-07-01 13:16:08
阅读次数:
239
为什么要使用FBX SDK?
因为3D建模软件都被AutoDesk收购了,FBX可以在各个建模软件之间互相导入导出,在很多游戏引擎中也用FBX来直接导入然后编辑。
学会使用FBX SDK后该干什么?
用FBX SDK解析出在fbx文件中保存的顶点、骨骼、贴图、灯光、法线等信息后,保存为自己的模型格式或者直接渲染出来。嗯,对。FBX是作为中间件存在,不会直接用在游戏中。...
分类:
其他好文 时间:
2014-07-01 07:24:42
阅读次数:
297