当前位置: 编程技术>移动开发
本页文章导读:
▪Unity3D-让T恤展现恐怖异形 Unity3D--让T恤呈现恐怖异形 国外牛人制作得一款创意T恤,可以看到T恤上清晰逼真的异形。只不过需要通过Android或者IOS上的应用才能看到。
当下好奇心大起,果断下载应用。下载地址.........
▪ Github下面如何关联issue跟关闭issue Github上面怎么关联issue跟关闭issue?当你提交一个commit的时候在commit message里面使用#issue, 比如#8, github就会自动关联issue 8跟这个commit. 当然在github上面写comment的时候使用这个也是有效的.
那么如.........
▪ undefined reference to `strlcpy' undefined reference to `strlcpy'd:/linux/linuxkernel/WORKING_DIRECTORY/ango/angowx/app_process/app_main.cpp:115: undefined reference to `strlcpy'
ctrl+left click, I know that strlcpy is defined in cutils\memory.h, then I search memory in android sourc.........
[1]Unity3D-让T恤展现恐怖异形
来源: 互联网 发布时间: 2014-02-18
Unity3D--让T恤呈现恐怖异形
国外牛人制作得一款创意T恤,可以看到T恤上清晰逼真的异形。只不过需要通过Android或者IOS上的应用才能看到。
当下好奇心大起,果断下载应用。下载地址为:http://www.fingerfunk.se/ARCB/
当然T恤就不用买了,直接用软件扫描这张图就可以看到了。
截几张我的手机拍摄的图片,话说还真挺逼真的, 使用的是著名的游戏引擎Unity3D来完成异形的渲染。
由于我们需要在一些android设备上实现绚丽的3D效果,看来有必要研究一下OpenGL和这个引擎,Mark一下。
欢迎有了解的朋友指点一二。
附视频:
http://v.youku.com/v_show/id_XNDQ3NzUwMzYw.html
原文链接:http://www.67tgb.com/?p=503
欢迎访问:望月听涛
[2] Github下面如何关联issue跟关闭issue
来源: 互联网 发布时间: 2014-02-18
Github上面怎么关联issue跟关闭issue?
当你提交一个commit的时候在commit message里面使用#issue, 比如#8, github就会自动关联issue 8跟这个commit. 当然在github上面写comment的时候使用这个也是有效的.
那么如何跟随着commit关闭一个issue呢? 在confirm merge的时候可以使用一下命令来关闭相关issue:
- fixes #xxx
- fixed #xxx
- fix #xxx
- closes #xxx
- close #xxx
- closed #xxx
[3] undefined reference to `strlcpy'
来源: 互联网 发布时间: 2014-02-18
undefined reference to `strlcpy'
d:/linux/linuxkernel/WORKING_DIRECTORY/ango/angowx/app_process/app_main.cpp:115: undefined reference to `strlcpy'
ctrl+left click, I know that strlcpy is defined in cutils\memory.h, then I search memory in android source. Memory.c shows up. that's it: system\core\libcutils\memory.c.
d:/linux/linuxkernel/WORKING_DIRECTORY/ango/angowx/app_process/app_main.cpp:115: undefined reference to `strlcpy'
ctrl+left click, I know that strlcpy is defined in cutils\memory.h, then I search memory in android source. Memory.c shows up. that's it: system\core\libcutils\memory.c.
最新技术文章: