会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TomRen++
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2017年3月13日
Conservative voxelization
摘要: Marching cubes 概述: 我们将介绍一种新的,用硬件加速计算多边形体素的算法。与之前的方法相比,我们算法的主要改进在于,它能保证用体素完全正确覆盖:输入模型的所有相交体素能被正确识别。这对于碰撞检测、遮挡剔除、可视距离处理之类的应用尤为重要。我们同样提出了高效鲁棒的GPU实现算法。实验显
阅读全文
posted @ 2017-03-13 14:36 tomren
阅读(863)
评论(0)
推荐(0)
2017年3月11日
Recast Navigation 学习笔记(二)
摘要: 核心构建过程 http://www.critterai.org/projects/cainav/doc/html/e72bd1ee-04b0-4bbb-a21d-d8d7ecaa11af.htm 本文涵盖 NMGen 构建导航网格的核心处理过程。网格的生成处理有许多变种,但他们都包含这些步骤。 In
阅读全文
posted @ 2017-03-11 13:45 tomren
阅读(3194)
评论(0)
推荐(0)
2017年2月28日
Mariadb测试
摘要: INSERT : ten million innodb time used: 1682.163s aria time used: 3969.092s DELETE:ten million innodb time used: 1860.013s aria time used: 3756.449s SE
阅读全文
posted @ 2017-02-28 15:34 tomren
阅读(181)
评论(0)
推荐(0)
2017年2月23日
SlickEdit 2016(V21)
摘要: Win:VSEE Linux: VSVLXS
阅读全文
posted @ 2017-02-23 17:00 tomren
阅读(240)
评论(0)
推荐(0)
Redis 分布式锁
摘要: 1 #include 2 #include 3 #include 4 // -------------------- 5 #include 6 #include 7 // -------------------- 8 #include 9 // -------------------- 10 #include "thread_helper.h" ...
阅读全文
posted @ 2017-02-23 10:34 tomren
阅读(260)
评论(0)
推荐(0)
2017年2月13日
信号练习
摘要: 定时器干货 http://blog.csdn.net/lxmky/article/details/7669296 信号干货 http://www.cnblogs.com/mickole/p/3191804.html
阅读全文
posted @ 2017-02-13 15:19 tomren
阅读(164)
评论(0)
推荐(0)
C 协程练习
摘要: 协程干货 http://blog.csdn.net/qq910894904/article/details/41911175
阅读全文
posted @ 2017-02-13 14:34 tomren
阅读(133)
评论(0)
推荐(0)
2017年2月1日
安装和运行oprofile
摘要: http://oprofile.sourceforge.net/ sudo apt-get install libpopt-dev sudo apt-get install libiberty-dev sudo apt-get install libz-dev sudo apt-get instal
阅读全文
posted @ 2017-02-01 16:28 tomren
阅读(632)
评论(0)
推荐(0)
2017年1月13日
Recast Navigation 学习笔记(一)
摘要: RecastNavigation下载地址 https://github.com/recastnavigation/recastnavigation CritterAI 下载地址 http://www.critterai.org/ Recast/Detour文档 http://masagroup.gi
阅读全文
posted @ 2017-01-13 16:38 tomren
阅读(1923)
评论(0)
推荐(1)
2016年11月5日
Delaunay 算法
摘要: 1、扫描线法(Sweepline) 2、随机增量法(Incremental) 3、分治法(Divide and Conquer) http://www.geom.uiuc.edu/~samuelp/del_project.html 三角型圆心和外接圆公式 http://blog.csdn.net/x
阅读全文
posted @ 2016-11-05 08:20 tomren
阅读(294)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告