Velocity Voxel Scale是H19.5引入的新参数,该参数可单独定义volume和速度体素;根据参数设置,可观察到模拟时间的显著变化;
- Velocity Voxel Scale对DOP和SOP均可用;
- 对DOP设置,该参数在Smoke Object(sparse)节点内;
- 对SOP设置,该参数在Pyro Solver的Setup ▸ General下;
Velocity Voxel Scale是体素的倍增,更高的值将创建更大的体素,更快的模拟,也损失更多的细节;如Voxel Size 0.1、Velocity Voxel Scale 2,则处理vel场是0.2,其他场都为0.1;此方法,在可见场有很多体素,会看起来清晰,但在进行大量昂贵计算的地方,速度体素更少,运动会缺少细节;
- Voxel Scale * Velocity Voxel Scale 0.1 * 1,假如模拟时间为1;
- Voxel Scale * Velocity Voxel Scale 0.1 * 2,模拟时间为1.6快;
- Voxel Scale * Velocity Voxel Scale 0.2 * 1,模拟时间为7.5快;