posts - 85,  comments - 69,  views - 13万
03 2012 档案
marching cubes 终于调试通过
摘要:之前用小日本东京大学粒子模拟里面的marching cubes源码融入sample中,发现总是无法显示出效果,经过将近一个星期的调试,终于发现是取样权值设置的问题了,全靠调试的时候观察取样得到的体数据,发现数值不正常,后来调高了权值之后就能显示出来了。光照还没调好,这是下一步的工作了。另外,使用CPU的marching cubes还真的很慢。。。40000个粒子,平均就0.6fps。。。坑爹啦,我看还是要使用棒子版的GPU加速的marching cubes才行。 阅读全文
posted @ 2012-03-18 22:08 30斤大番薯 阅读(862) 评论(0) 推荐(1)
VC调试时如何监视数组的一部分
摘要:VC调试时如何监视数组的一部分比如你有一个数组int a[100];调试时一展开有100项太长了,而你只关心前10项,这时只须添加监视,输入a,10这样就只监视前10项了如果想监视第11项到第20项呢?输入a+10,10就可以了。 阅读全文
posted @ 2012-03-17 22:31 30斤大番薯 阅读(810) 评论(0) 推荐(0)
昨晚用蹩脚的英文上了nvidia的官方论坛问physx的cloth和fluid的碰撞问题
摘要:昨晚用蹩脚的英文上了nvidia的官方论坛问physx的cloth和fluid的碰撞问题Hi,everyone.I have a problem about the interaction between fluid(SPH) and cloth .My Physx version is 2.8.4 .I use the cloth and fluids to simulate blood flow in the vessel.But i found there are some particles pass through the cloth just like the cloth is t 阅读全文
posted @ 2012-03-02 22:36 30斤大番薯 阅读(1003) 评论(2) 推荐(0)

< 2025年4月 >
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3
4 5 6 7 8 9 10

点击右上角即可分享
微信分享提示