上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 53 下一页
摘要: 参考:https://www.cnblogs.com/nosadness/p/4369937.html 阅读全文
posted @ 2018-02-12 12:25 时空观察者9号 阅读(266) 评论(0) 推荐(0)
摘要: 前面在学习使用google的protobuf时在VS2012中一直无法编译编译通过,经过查找一些资料原来发现,并不是protobuf的问题,而是自己在使用VS2012时,没有完全了解VS2012的强大功能,和跟以前VS2010的差别,导致无法编译通过。 现在就来说说为什么没有编译通过,在VS2012 阅读全文
posted @ 2018-02-11 09:47 时空观察者9号 阅读(1637) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/imjaron/article/details/77975370 阅读全文
posted @ 2018-02-09 18:51 时空观察者9号 阅读(142) 评论(0) 推荐(0)
摘要: Reallocate memory block Changes the size of the memory block pointed to by ptr.The function may move the memory block to a new location (whose address 阅读全文
posted @ 2018-02-09 18:01 时空观察者9号 阅读(513) 评论(0) 推荐(0)
摘要: 正则表达式Regex(regular expression)是一种强大的描述字符序列的工具。在许多语言中都存在着正则表达式,C++11中也将正则表达式纳入了新标准的一部分,不仅如此,它还支持了6种不同的正则表达式的语法,分别是:ECMASCRIPT、basic、extended、awk、grep和e 阅读全文
posted @ 2018-02-09 10:23 时空观察者9号 阅读(292) 评论(0) 推荐(0)
摘要: 这几天研究OPENGL时,想找一个UI库来用,发现了IMGUI,到网上搜索评估中,突然发现它似乎和UNITY有关系。 UNITY文档中提到过IMGUI,不知道是不一个东西,仔细看了下文档,果然是。原文如下: Legacy GUI Unity originally had just two GUI C 阅读全文
posted @ 2018-02-06 18:35 时空观察者9号 阅读(1619) 评论(3) 推荐(0)
摘要: 1 1 getnodebyname "circle01" 2 2 for o in objects do 3 if o.name == "circle01" then 4 3 select $Box* – select any objects with the name box at the beg 阅读全文
posted @ 2018-01-31 11:13 时空观察者9号 阅读(896) 评论(0) 推荐(0)
摘要: //--------------------------------------------------------------------------------------------------------------- //!!!使用代码创建animatorcontroller,虽然能创建成功,看起来也没什么问题,可能是使用方式问题 //但... 阅读全文
posted @ 2018-01-31 11:12 时空观察者9号 阅读(246) 评论(0) 推荐(0)
摘要: #if UNITY_EDITOR using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; using UnityEditor; using UnityEngine; public class AnimImport : AssetPostprocessor { ... 阅读全文
posted @ 2018-01-18 17:21 时空观察者9号 阅读(699) 评论(0) 推荐(0)
摘要: 从模型中获得切割好的动画clip,并且对其中设置好的动画事件进行修改方法: 1.动画模型后缀为.FBX.在Unity3d中,能够显示FBX中的动画。要加载模型中的AnimationClip,只要AssetDatabase.LoadAssetsAtPath(fbxPath,typeof(Animati 阅读全文
posted @ 2018-01-18 15:57 时空观察者9号 阅读(880) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 53 下一页