摘要: Marching cubes 概述: 我们将介绍一种新的,用硬件加速计算多边形体素的算法。与之前的方法相比,我们算法的主要改进在于,它能保证用体素完全正确覆盖:输入模型的所有相交体素能被正确识别。这对于碰撞检测、遮挡剔除、可视距离处理之类的应用尤为重要。我们同样提出了高效鲁棒的GPU实现算法。实验显 阅读全文
posted @ 2017-03-13 14:36 tomren 阅读(829) 评论(0) 推荐(0) 编辑
摘要: 核心构建过程 http://www.critterai.org/projects/cainav/doc/html/e72bd1ee-04b0-4bbb-a21d-d8d7ecaa11af.htm 本文涵盖 NMGen 构建导航网格的核心处理过程。网格的生成处理有许多变种,但他们都包含这些步骤。 In 阅读全文
posted @ 2017-03-11 13:45 tomren 阅读(3090) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Win:VSEE Linux: VSVLXS 阅读全文
posted @ 2017-02-23 17:00 tomren 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 定时器干货 http://blog.csdn.net/lxmky/article/details/7669296 信号干货 http://www.cnblogs.com/mickole/p/3191804.html 阅读全文
posted @ 2017-02-13 15:19 tomren 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 协程干货 http://blog.csdn.net/qq910894904/article/details/41911175 阅读全文
posted @ 2017-02-13 14:34 tomren 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(601) 评论(0) 推荐(0) 编辑
摘要: RecastNavigation下载地址 https://github.com/recastnavigation/recastnavigation CritterAI 下载地址 http://www.critterai.org/ Recast/Detour文档 http://masagroup.gi 阅读全文
posted @ 2017-01-13 16:38 tomren 阅读(1743) 评论(0) 推荐(1) 编辑
摘要: 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 阅读(285) 评论(0) 推荐(0) 编辑