码迷,mamicode.com
首页 >  
搜索关键字:camera metro    ( 1808个结果
Libgdx New 3D API 教程之 -- 使用Libgdx加载模型
http://bbs.9ria.com/thread-221701-1-1.html在前面的教程中,我们已经看到如何设置libgdx渲染3D场景。我们已经设置了Camera,增加了一些灯光并渲染一个绿色的盒子。现在让我们添加一个比盒子更有趣的东西,模型Model。 您可以从您喜爱的建模应用程序或使....
分类:Windows程序   时间:2014-12-05 18:46:27    阅读次数:347
libgdx学习之Camera
Camera定义游戏中,Camera用来向用户展示场景,Camera就像一个摄像机,摄像机里面的景象就是Camera的展示范围,如下图所示:在3D空间中Camera被定义为一个位置,有一个单位“方向”向量和一个“向上”的单位向量组成,方向和向上向量告诉OpenGL 当前Camera如何定向。视景体 ...
分类:其他好文   时间:2014-12-05 17:19:52    阅读次数:238
UIActionSheet跳转相册,拍照
UIImagePickerController *camera;//点击tableView上得按钮,弹出UIActionSheet- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)ind...
分类:其他好文   时间:2014-12-05 16:58:02    阅读次数:170
Qualcomm Camera HAL 2.0
We know that in the HAL Vendor implementation of dynamic to load a name for the camera.$platform$.so file, then to define the load Android HAL, here to Camera HAL 2 and Qualcomm msm8960 for example...
分类:其他好文   时间:2014-12-05 15:43:58    阅读次数:314
树莓派+Python+pyserial 2.7实现串口通信
手上有个CCD Camera(Barcode Reader/Scanner Module),它是通过RS232通信的,用RS232转USB的转接线连接树莓派,即可完成硬件连接。对于串口通信,可以通过pyserial实现。 首先,安装pyserial: 从https://pypi.python.org/pypi/pyserial下载最新版本的安装包,再通过下面的命令完成安装: tar zxvf...
分类:编程语言   时间:2014-12-05 12:46:16    阅读次数:443
OpenCASCADE Camera
Abstract. OpenCASCADE introduce a new class Graphic3d_Camera for the Visualization module. The camera class provides object-oriented approach to setti...
分类:其他好文   时间:2014-12-03 23:05:37    阅读次数:425
Metro风兼搭HTML5瀑布流布局效果
Metro风兼搭HTML5瀑布流布局效果丨 ▲ 目前IE8及以前版本不兼容CSS3,请使用IE9/火狐/Chrome浏览器运行本效果。本特效由 芯晴网页特效丨CsrCode.Cn 收集于互联网,只为兴趣与学习交流,不作商业用途。来...
分类:Web程序   时间:2014-12-03 19:06:21    阅读次数:430
通过camera + gallery android上传文件到html
今天做项目的时候遇到一个问题:当html通过js调用input of type file时候,希望android手机的选择器可以同时出现“相机”和“图片”等,但通过下面代码Intent i = new Intent(Intent.ACTION_GET_CONTENT);i.addCategory.....
分类:移动开发   时间:2014-12-02 19:03:01    阅读次数:199
使用Camera功能 AREA的理解
转至http://blog.csdn.net/think_soft/article/details/7998478使用Camera功能大多数的Camera功能都是使用Camera.Parameters对象来激活和控制的。首先要通过Camera对象实例的getParameters()方法,来获取这个对...
分类:其他好文   时间:2014-12-02 17:04:26    阅读次数:307
喜马拉雅第三方客户端开发(界面)。
上一篇说了如何提取接口数据。这里讲下界面用到的一些库。今天给大家推荐metro扁平化样式UI控件库:MahApps.Metro 。官方地址:http://mahapps.com/guides/quick-start.html 支持控件:ButtonsDataGridDialogsFlipViewFl...
分类:其他好文   时间:2014-12-01 19:08:59    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!