码迷,mamicode.com
首页 >  
搜索关键字:terrian rendering    ( 451个结果
【DirectX11】第一篇 DirectX11简介
本系列主要翻译和参考《Real-Time 3D Rendering with DirectX and HLSL》一书(感谢原书作者),同时会加上一点个人理解或拓展。 这里是书中的代码和资源。关于DirectXDirectX是一系列用来在微软提供的众多平台上开发游戏或图形应用的API接口,这些平台包括有Windows,Windows Phone,Xbox360以及最新的Xbox One。从上世纪末...
分类:其他好文   时间:2016-05-07 10:59:41    阅读次数:116
不同浏览器内核
在写前端的时候,了解了一些浏览器兼容的问题,印象最深的还是圆角和渐变(感谢千年弦歌)。 浏览器最重要或者说核心的部分是“Rendering Engine”,我们一般称之为“浏览器内核”。 它负责对网页语法的解释(如HTML、JavaScript)并渲染(显示)网页。 相同的代码在不同的浏览器呈现出来 ...
分类:其他好文   时间:2016-05-06 07:03:41    阅读次数:288
ElementLayer support not implemented for native rendering. Layer ID:
在 arcgis runtime for wpf 添加标注闪烁动画时(实现方法参考:http://blog.csdn.net/arcgisserver_book/article/details/8054742),使用elementlayer,报错如下: 原因:地图控件不支持UseAccelerate ...
分类:其他好文   时间:2016-05-03 10:47:03    阅读次数:208
【学习Android】KeyboardView.class源码注解
学习Android源码,这次学习KeyboardView.class类。 * A view that renders a virtual Keyboard. It handles rendering of keys and detecting key presses and touch movements....
分类:移动开发   时间:2016-04-29 18:32:25    阅读次数:223
关于OpenGL的绘制上下文
什么是绘制上下文(Rendering Context) 初学OpenGL,打开红宝书,会告诉你OpenGL是个状态机,OpenGL采用了客户端-服务器模式,那时觉得好抽象,直到后来了解了绘制上下文才把这些联系起来。我们可以认为每一个硬件GPU是个服务器,每一个绘制上下文对应于申请的一个客户端,一个客 ...
分类:其他好文   时间:2016-04-28 23:49:14    阅读次数:257
【学习Android】KeyboardView.class源码注解
学习Android源码,这次学习KeyboardView.class类。 * A view that renders a virtual Keyboard. It handles rendering of keys and detecting key presses and touch movements....
分类:移动开发   时间:2016-04-26 20:47:49    阅读次数:203
[Angular 2] Rendering an Observable Date with the Async and Date Pipes
Instead of simply pushing numbers on a timer into the template, now we'll move on to pushing actual Dates. We'll still use the Async pipe, but we'll a ...
分类:其他好文   时间:2016-04-26 07:04:53    阅读次数:414
[Angular 2] Rendering an Observable with the Async Pipe
Angular 2 templates use a special Async pipe to be able to render out Observables. This lesson covers the syntax used to create an Observable in Angul ...
分类:其他好文   时间:2016-04-26 07:04:47    阅读次数:312
This version of the rendering library is more recent than your version of ADT plug-in
使用ADT导入一个demo,结果xml布局文件无法预览,并显示以下提示信息:ThisversionoftherenderinglibraryismorerecentthanyourversionofADTplug-in.PleaseupdateADTplug-in上网搜了搜,对插件进行更新后就可以正常显示预览了:help-->InstallNewSoftwares...:在Workwith中输..
分类:其他好文   时间:2016-04-02 07:10:28    阅读次数:228
UIImageView添加圆角
最直接的方法就是使用如下属性设置: **这是离屏渲染(off-screen-rendering),消耗性能的** 给UIImage添加生成圆角图片的扩展API:这是on-screen-rendering ...
分类:其他好文   时间:2016-03-24 06:33:20    阅读次数:334
451条   上一页 1 ... 23 24 25 26 27 ... 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!