PhoenixFD插件流体模拟——UI布局【Resimulation】详解
Liquid Resimulation
流体再(重)渲染
本文主要讲解Resimulation折叠栏中的内容
主要内容
- Overview 综述
- Parameters 参数
综述
Liquid Resimulation uses an already simulated cache sequence and allows you to add, delete or modify the Splash, Mist, Foam or Wetmap particle systems.
Liquid Resimulation使用一个已经仿真好的缓存序列,让你可以添加、删除和修改泼溅、薄雾、泡沫和wetmap粒子系统。
It will preserve the Liquid and the particle systems you are happy with.它可以保存你喜欢的液体和粒子系统。
The particle resimulation will affect only the particle systems which are checked in this rollout. 粒子重新模拟将只影响在此折叠栏中检查的粒子系统。
If a particle system is not checked, it will remain unchanged.如果某个粒子系统未选中,则其保持不变。
The Liquid always remains unchanged. 流体保持不变。
While the Fire/Smoke Resimulation creates new cache files during the simulation process, the Liquid Resimulation overwrites the existing cache files.
Fire/Smoke Resimulation在仿真中产生的新数据将覆盖已有的缓存。
Using Resimulation to just modify a particle system is practical only in case you have a large number of secondary particles such as Foam, Splash, etc in relation to the number of Liquid particles. 当相对于液体粒子数量有大量的二次粒子,如泡沫,飞溅等,仅仅使用再模拟是非常实用的。
If you have mostly Liquid particles and very few other particles, it will be faster to just simulate again.而当流体粒子很多时,再次渲染就会快很多。
!The Affect Liquid parameter on the Splash and Mist rollout will be ignored when resimulating Splash, because the liquid is already simulated and cannot be changed without a full simulation.
在Splash和Mist折叠栏中,影响流体参数将会被自动忽略,因为流体粒子通道在再仿真时是不变的。
!You can resimulate over the resimulated caches and so on - it's not necessarily just 2 passes at most. 你可以一直再渲染,但是推荐最多不超过两次。
1 Workflow for modifying an existing particle system 修改一个已存在粒子系统的步骤
2 Workflow for adding a particle system that did not exist prior to resimulating 添加一个新的粒子系统的步骤
3 Working for deleting an existing particle system 删除一个粒子系统的步骤
UI Path: ||Select Liquid Simulator | LiquidSim object|| > Modify panel > Resimulation rollout
参数
Enable Particle Resimulation | resim_resimulate_particles – Enables the resimulation.
Splash and mist | resim _splash – Specifies that the splash and mist will be recalculated.
The Affect Liquid parameter on the Splash and Mist roll-out will be ignored when resimulating Splash, because the liquid is already simulated and cannot be changed without a full simulation.
Foam | resim _foam – Specifies that the foam will be recalculated.
Wetting | resim _wet – Specifies that a WetMap will be recalculated.
The Sticky Effect setting for Wetting in the Liquid rollout will be ignored when resimulating wetting. This is because the liquid is already simulated and cannot be changed without a full simulation.
? – Opens up the help documents for the Liquid Resimulation process.
PhoenixFD插件流体模拟——UI布局【Resimulation】详解的更多相关文章
- PhoenixFD插件流体模拟——UI布局【Output】详解
Liquid Output 流体输出 本文主要讲解Output折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Outp ...
- PhoenixFD插件流体模拟——UI布局【Simulation】详解
前言 之前使用RealFlow做流体模拟,但是总得和3ds导来导去,略显麻烦,特意学习PhoenixFD插件,直接在3ds中进行流体模拟.若读者有更好的流体模拟方法,欢迎在评论区交流. 原文地址:ht ...
- PhoenixFD插件流体模拟——UI布局【Rendering】详解
Liquid Rendering 流体渲染 本文主要讲解Rendering折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liqui ...
- PhoenixFD插件流体模拟——UI布局【Input】详解
Liquid Input 流体输入 本文主要讲解Input折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Input 主 ...
- PhoenixFD插件流体模拟——UI布局【Splash | Mist】详解
液体飞溅 | 水雾 本文主要讲解Splash | Mist折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Splash+ ...
- PhoenixFD插件流体模拟——UI布局【Foam】详解
流体泡沫 本文主要讲解Foam折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Foam 主要内容 Overview 综述 ...
- PhoenixFD插件流体模拟——UI布局【Export】详解
Liquid Export 流体导出 本文主要讲解Export折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Expor ...
- PhoenixFD插件流体模拟——UI布局【Preview】详解
Liquid Preview 流体预览 本文主要讲解Preview折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Pr ...
- PhoenixFD插件流体模拟——UI布局【Dynamics】详解
流体动力学 本文主要讲解Dynamics折叠栏中的内容.原文地址:https://docs.chaosgroup.com/display/PHX3MAX/Liquid+Dynamics 主要内容 Ov ...
随机推荐
- Javascript 2.8
声明函数声明参数 function multiply(A,B,...N){}; 用return可以返回一个值/字符串/数组/布尔值 变量命名的Camel记号:从第二个单词开始把每个单词的首字母大写,其 ...
- 学习笔记TF021:预测编码、字符级语言建模、ArXiv摘要
序列标注(sequence labelling),输入序列每一帧预测一个类别.OCR(Optical Character Recognition 光学字符识别). MIT口语系统研究组Rob Kass ...
- eclipse中,将springboot项目打成jar包
1.右击项目,选择Run As - Maven clean 2.右击项目,选择Run As - Maven install 3.成功后 会在项目的target文件夹下生成jar包 4.将打包好的jar ...
- html走马灯效果
实现跑马灯的方法很多,其中最简单的是采用一句Html代码来实现,我们在需要出现跑马灯效果的地方插入“<marquee>滚动的文字</marquee>”语句,它的效果如下所示: ...
- 【SpringBoot】SpringBoot拦截器实战和 Servlet3.0自定义Filter、Listener
=================6.SpringBoot拦截器实战和 Servlet3.0自定义Filter.Listener ============ 1.深入SpringBoot2.x过滤器Fi ...
- 3.2 MathType插入竖省略号
法1:鼠标单击位于上方菜单栏下面的空格和椭圆模版,然后在下拉模版下选择垂直省略号,如下图所示. 按照上面的操作选择垂直省略号模版后,这样在下面的编辑区域就会打出该符号了. 法2:在插入符号下查找 如果 ...
- Java面试题 OOAD & UML+XML+SQL+JDBC & Hibernate
二.OOA/D 与UML 部分:(共6 题:基础2 道,中等难度4 道) 96.UML 是什么?常用的几种图?[基础] 答:UML 是标准建模语言:常用图包括:用例图,静态图(包括类图.对象图和包图) ...
- OkHttp官方中文文档
https://blog.csdn.net/jackingzheng/article/details/51778793 https://www.cnblogs.com/ldq2016/p/879630 ...
- 阿里四不像Fourinone
阿里四不像——分布式核心技术框架 Fourinone https://blog.csdn.net/shero_zsmj/article/details/52277194
- Pymysql部分
安装: 1 执行SQL import pymysql # 创建连接 conn = pymysql.connect(host='172.30.2.233', port=3306, user='root' ...