码迷,mamicode.com
首页 >  
搜索关键字:ar vr    ( 143265个结果
VR学习(一)VRTK的配置
使用VRTK+SteamVRPlugi作VR游戏,SteamVR Plugin 只支持HTC Vive 1.在AssetStore中下载VRTK以及SteamVR Plugin 2.导入到项目中 3.创建新的空物体命名为VRTK_Manager并添加VRTK_SDK Manager脚本 4.创建两个 ...
分类:其他好文   时间:2017-11-07 22:09:58    阅读次数:179
web项目的开发
好久没有更新自己的博客啦、现在国内的一些开源项目确实很是牛叉啦、现在行业发展趋势也是越来越大啦、前年比较火的大数据、今年比较火的人工智能(ar)还有网络安全、我觉得发展的趋势会越来越明显的、现在我们的技术 java、python 我觉得先学会java开发、然后学习一下python开发、你会发现两种语 ...
分类:Web程序   时间:2017-11-07 20:46:42    阅读次数:197
常用的style.css
*{ -webkit-box-sizing:border-box; /* 设置盒模型为内减模式 */ -moz-box-sizing:border-box; box-sizing:border-box;}html{ font-family:"microsoft yahei",Helvetica,Ar ...
分类:Web程序   时间:2017-11-07 13:20:35    阅读次数:199
Nginx常见配置说明
#定义Nginx运行的用户和用户组 user www www; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ] error_log ar ...
分类:其他好文   时间:2017-11-07 11:14:02    阅读次数:198
Using Microsoft Visual C++ DLLs with C++Builder
Using Microsoft Visual C++ DLLs with C++Builder As powerful as C++Builder is, the majority of DLLs developed and used within the software community ar ...
分类:编程语言   时间:2017-11-05 17:22:00    阅读次数:216
Birthday Paradox LightOJ - 1104
Sometimes some mathematical results are hard to believe. One of the common problems is the birthday paradox. Suppose you are in a party where there ar ...
分类:其他好文   时间:2017-11-05 15:35:15    阅读次数:142
排序算法复习-冒泡
冒泡排序 public class BubleSort { public static void Sort(int[] array){ for(int i=0;i<array.length;i++){ for(int j=i+1;j<array.length;j++){ if(array[i]>ar ...
分类:编程语言   时间:2017-11-04 13:46:17    阅读次数:160
【VR游戏】封神榜传
领悟导入SteamVR和VRTK,SteamVR要和CameraRig位置保持一致。1.可以创建多个scene,然后进行连接跳转。但是创建好之后要自己重新导回scene附:删除MainCamera,添加SteamVR和CameraRiq是必须的。2.实现瞬移功能: Vivo Teloport(1)然 ...
分类:其他好文   时间:2017-11-04 11:18:51    阅读次数:152
英语基础-01
You have to believe in yourself. That's the secret of success. #你必须要相信自己,因为这是成功的秘诀。 Learn a+辅音 a Kindle a notbook a smart phone a VR camera an+元音 an E ...
分类:其他好文   时间:2017-11-04 00:03:36    阅读次数:184
qt的应用层主要是大型3d,vr,管理软件和器械嵌入软件(有上千个下一代软件黑科技项目是qt的,美国宇航局,欧洲宇航局,超级战舰DDG1000)
作者:Nebula.Trek链接:https://www.zhihu.com/question/24316868/answer/118944490来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 qt的应用层主要是大型3d,vr,管理软件和器械嵌入软件。日常生活中所用的 ...
分类:其他好文   时间:2017-11-01 01:06:57    阅读次数:266
143265条   上一页 1 ... 88 89 90 91 92 ... 14327 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!