上一页 1 ··· 101 102 103 104 105 106 107 108 109 ··· 136 下一页
摘要: 在虚拟战场中,有些诸如烟雾、火焰、雨雪等自然现象和不规则对象,它们不仅有复杂的逻辑结构,而且还会动态地发生变换,很难用传统的几何建模方式来表现。粒子系统(Particle System)是迄今为止计算机图形学中用于描述不规则对象最成熟的理论之一,也是视景仿真领域模拟自然现象和特殊效果的方法中视觉效果最好的一种。粒子系统的基本思想是,采用大量具有一定生命和属性的微小粒子图元作为基本元素来描述不规则对... 阅读全文
posted @ 2011-08-04 10:12 katago 阅读(984) 评论(0) 推荐(0)
摘要: http://en.wikipedia.org/wiki/Binary_space_partitioning 下面这个讲解很详细: http://www.devmaster.net/articles/bsp-trees/ 演示: http://symbolcraft.com/graphics/bsp/ 阅读全文
posted @ 2011-08-03 14:29 katago 阅读(963) 评论(0) 推荐(0)
摘要: 至於「凸」的定義是:圖形內任意兩點的連線不會經過圖形外部, http://mathworld.wolfram.com/Convex.html 。這裡指的「凸」並不是表面弧狀凸起之意,事實上凸包是由許多平坦表面組成的。 http://www.csie.ntnu.edu.tw/~u91029/ConvexHull.html 阅读全文
posted @ 2011-08-03 14:28 katago 阅读(190) 评论(0) 推荐(0)
摘要: http://developer.qt.nokia.com/wiki/Category:Developing_with_Qt::Qt_Quick http://developer.qt.nokia.com/wiki/Flying_Bus_Game https://projects.developer.nokia.com/qmlbox2ddemo 阅读全文
posted @ 2011-08-02 18:53 katago 阅读(164) 评论(0) 推荐(0)
摘要: Photoshop Scripting Guide.pdf 还不错,简单介绍。 阅读全文
posted @ 2011-08-02 16:29 katago 阅读(139) 评论(0) 推荐(0)
摘要: 自己写的时候发现圆形背景不透明, Rectangle { id: block //width: img.width; height: img.height Image { id: img anchors.fill: parent source: "../shared/pics/redStone.png" } } Rectangle 改为 Item就可以了: Item { id: ... 阅读全文
posted @ 2011-08-02 14:43 katago 阅读(227) 评论(0) 推荐(0)
摘要: Cell.qml中的MouseArea和主界面的MouseArea重叠了 阅读全文
posted @ 2011-08-01 13:38 katago 阅读(436) 评论(0) 推荐(0)
摘要: 20 Linux System Monitoring Tools Every SysAdmin Should Know http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html 6个Linux性能监控命令行工具 http://fred.oracle1.com/weblog/2010/07/07/6%E4%B8%AAlinux%E6... 阅读全文
posted @ 2011-07-29 16:09 katago 阅读(324) 评论(0) 推荐(0)
摘要: 转自: http://blog.csdn.net/0210/article/details/5437368 原文有些bug,修改了下。 在GUI下面,有一大把的工具可以显示网络流量,那么,命令行下面怎么办? 显然办法是有的,比如,ifconfig,会有这样的输出: RX bytes:1224128649 (1.1 GiB) TX bytes:34114947 (32.5 MiB) 过一会再看,... 阅读全文
posted @ 2011-07-29 15:34 katago 阅读(5366) 评论(0) 推荐(0)
摘要: Linux iostat监测IO状态 http://www.orczhou.com/index.php/2010/03/iostat-detail/ 2010-03-1 | 13:13分类:Linux,技术细节 | 标签:Linux | 9,983 views Linux系统出现了性能问题,一般我们可以通过top、iostat、free、vmstat等命令来查看初步定位问题。其中iostat可以... 阅读全文
posted @ 2011-07-29 15:12 katago 阅读(482) 评论(0) 推荐(0)
上一页 1 ··· 101 102 103 104 105 106 107 108 109 ··· 136 下一页