来自nvidia的小短文,处理远处normal map不正确的计算导致的specular lighting,反射等闪烁的问题。
核心思想是把远处平均后的normal的长度作为衡量normal变化率的标志,基于此来修正用normal map计算的东东(specular lighting,env reflection...)。...
分类:
移动开发 时间:
2014-09-13 10:38:35
阅读次数:
264
Caused by: java.lang.IllegalArgumentException: java.lang.RuntimeException: Error parsing Mapper XML. Cause: java.lang.IllegalArgumentException: Result Maps collection already contains value for com...
分类:
其他好文 时间:
2014-09-11 17:36:52
阅读次数:
262
2014-08-0416:33:57(1) map map定义形式 map map_name; map的基本操作函数:C++ Maps是一种关联式容器,包含“关键字/值”对 begin() 返回指向map头部的迭代器 clear() 删除所有元素 count() 返回指定元素出现的次数 e...
分类:
编程语言 时间:
2014-09-09 11:40:28
阅读次数:
239
干了这么多年,今天被技术总监又教育了
日志问题:
log日志输出用处
log.info();
用来交给运维人员统计数据或者长时间保留数据所用
log.error();
用来捕获异常或者是处理一些不可预见或不可控制的异常,可以放对象,例如:
try {
MapSqlParameterSource param = new MapS...
分类:
其他好文 时间:
2014-09-05 11:22:41
阅读次数:
273
记得在9.3版本的ArcCalalog中可以直接新建Image Service,并指定下载器导出的ArcGIS Server缓存即可实现Image Service的发布,但在10.0以上的版本中没有找到该功能,经过一天的摸索测试,最终采用了偷梁换柱的方式才得以实现,即用一个比较小的数据快速建立一个Image Service,然后再将该服务所对应的缓存数据替换为需要发布的海量数据。如果大家有更好的方法,欢迎交流指正!...
分类:
其他好文 时间:
2014-09-03 13:09:06
阅读次数:
193
propose a novel and effective framework to largely improve the performance of human action recognition using both the RGB videos and depth maps. The ....
分类:
其他好文 时间:
2014-08-31 17:05:51
阅读次数:
1243
Problem Description
Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let the level of a star be an amount of the stars tha...
分类:
其他好文 时间:
2014-08-18 23:37:23
阅读次数:
306
MBTiles 是一种地图瓦片存储的数据规范,它使用SQLite数据库,可大大提高海量地图瓦片的读取速度,比通过瓦片文件方式的读取要快很多,适用于Android、IPhone等智能手机的离线地图存储。详情请参考:MBTiles移动存储简介。 在WEB地图介绍中我们看到,瓦片是参照了他们的z...
分类:
数据库 时间:
2014-08-18 15:53:12
阅读次数:
412
Stars
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 32548
Accepted: 14221
Description
Astronomers often examine star maps where stars are represented b...
分类:
其他好文 时间:
2014-08-16 13:51:10
阅读次数:
263
地图的初始化1、添加引用地图的API文件: 2、网站初始化加载事件: window.onload = function () { var map = new sogou.maps.Map(document.getElementById("map_canvas"), {}); } 创建一个id为map...