之前在工作总汇总了shadowmap的各种问题 [工作积累] shadow map问题汇总 最近有点时间再仔细研究了shadowmap的一些算法。主要修复了LiSPSM(上面链接里后面有更新),实现了TSM和CSM阴影。 总的来说,CSM只是结构上的不同,多了拆分和几个pass,实现起来相对比较简单 ...
分类:
其他好文 时间:
2017-07-29 23:17:29
阅读次数:
309
原文:https://segmentfault.com/a/1190000008077830 1、 安装 ng2-charts npm install ng2-charts --save2、 还必须引入 chart.js npm install chart.js --save3、 主模块中引入 im ...
分类:
其他好文 时间:
2017-07-27 20:26:27
阅读次数:
156
此乃是java攻城狮的学习路线图,由简到繁,由易到难,一步步的学习,最后成为JAVA攻城狮。 ...
分类:
编程语言 时间:
2017-07-25 18:07:33
阅读次数:
206
Notification noti = new Notification.Builder(this) .setContentTitle(methodName + " " + strings[strings.length - 1]) //设置Notification标题, .setAutoCancel... ...
分类:
其他好文 时间:
2017-07-24 22:24:44
阅读次数:
135
转发自:作者 Code_Ninja 我们知道使用UITableView的时候有个技巧:使用table.tableFooterView = [UIView new];一行代码可以解决UITableView在cell比较少的情况下不显示下面的分割线条How to remove empty cells i ...
分类:
其他好文 时间:
2017-07-21 01:20:03
阅读次数:
206
1 概念性知识 01 webView是有缺点的,会导致内存泄露,而且这个问题是它系统本身的问题。 02 手机上面的safai其实就是用webView来实现的 03 现在的开发并不完全是原生的开发,而更加倾向于原生+Html5的方式 04 webView是OC代码和html代码之间进行交互的桥梁 2 ...
分类:
Web程序 时间:
2017-07-16 10:03:30
阅读次数:
182
2017年7月15日 星期六 --出埃及记 Exodus 28:6"Make the ephod of gold, and of blue, purple and scarlet yarn, and of finely twisted linen--the work of a skilled cra ...
分类:
其他好文 时间:
2017-07-15 14:54:15
阅读次数:
123
API 银行卡管理 → BankCheck SharePreference缓存数据 →AppSharePreferenceMgr 提供App数据清理工作的类 → AppCleanMgr App应用退出 → AppExit2Back 管理和回收Activity → AppDavikActivityMg ...
分类:
其他好文 时间:
2017-07-12 13:31:17
阅读次数:
204
btn.frame = CGRectMake(x, y, width, height); [btn setTitle: @"search" forState: UIControlStateNormal]; //设置按钮上的自体的大小 //[btn setFont: [UIFont systemFon ...
分类:
其他好文 时间:
2017-07-01 01:00:11
阅读次数:
196