首页 > 两个关于水花的测试。

两个关于水花的测试。





海面上的水花的特效,水花是在浪尖处发射出来的,目前还没有让发射参数自动化的方法,都是表达式。一旦改变浪的性质,发射的粒子就要重新写动态了。

 

Splash on the ocean emitted from the crisp faces on top of the wave, the whitecap, all controlled with expressions. I don't have an automated emission parameter function, once the type of the wave changes, the expression should be re-write.

第二个其实开始是要模拟一下2012大母舰被冲上陆地的镜头,特写。不过这个想法因为时间关系就停在了开始,发现几个问题:
Here's some issues:
1.Maya粒子模拟,即使是用无网格流体SPH来计算,可能数量大一点没关系,不会崩溃。可是Mesh的过程就杯具了,只要分辨率和粒子数量达到一定的高度,Maya果断crash! Maya can handle large amount of SPH particle simulation, though slow, but the mesh process is a disaster, once the resolution or particle counts goes up to a certain amount, maya crashes immediately.


2.Mesh的机制很不好,有resolution限制,这个限制会导致即使在Maya不崩溃的情况下也会出现模型抖动的情况。Maya has some issues with the mesh tool, resolution restriction will cause mesh jittering all along.


3.构造历史过多会导致问题更加严重,在流体模拟这种课题上,如果没有历史的帮助,整个模拟的效率会大打折扣,而且有些效果成为不可能。Construction history cause problems when there are a lot of them, but they are important for fluid sim, some effects will be impossible to do.


4.Maya的SPH计算的结果并不好,压力不够,张力不够,能量传递有时候有问题,像我同事所说的,可能Maya粒子流体只适合模拟大鼻涕一样的东西。SPH in Maya doesn't work well enough, problematic pressure, tension, energy conservation, transferring.


5.再次希望,Maya能够推出多质量的网格流体模拟。现在的流体都是气态的,或者模拟两种质量相近的流体。而气体/液体这种,才是我们迫切需要的,毕竟大规模流体我们不能用SPH。(Houdini 11有了自己的FLIP Solver,Realflow 5有了Hybrido混合解算器,Maya估计也快了吧) Hope that maya will have multiple mass grid fluid simulation. For now all simulation are gaseous, all 2 same mass kinds of fluids. Gas/Fluid is what we need the most, we can't use SPH for large scale sims after all. 

转载于:https://www.cnblogs.com/ovspianist/archive/2010/10/31/1865392.html

更多相关:

  • 上篇笔记中梳理了一把 resolver 和 balancer,这里顺着前面的流程走一遍入口的 ClientConn 对象。ClientConn// ClientConn represents a virtual connection to a conceptual endpoint, to // perform RPCs. // //...

  • 我的实验是基于PSPNet模型实现二维图像的语义分割,下面的代码直接从得到的h5文件开始往下做。。。 也不知道是自己的检索能力出现了问题还是咋回事,搜遍全网都没有可以直接拿来用的语义分割代码,东拼西凑,算是搞成功了。 实验平台:Windows、VS2015、Tensorflow1.8 api、Python3.6 具体的流程为:...

  • Path Tracing 懒得翻译了,相信搞图形学的人都能看得懂,2333 Path Tracing is a rendering algorithm similar to ray tracing in which rays are cast from a virtual camera and traced through a s...

  • configure_file( [COPYONLY] [ESCAPE_QUOTES] [@ONLY][NEWLINE_STYLE [UNIX|DOS|WIN32|LF|CRLF] ]) 我遇到的是 configure_file(config/config.in ${CMAKE_SOURCE_DIR}/...

  •     直接复制以下代码创建一个名为settings.xml的文件,放到C:UsersAdministrator.m2下即可