WebGL流体模拟 参考 执照 该代码在下可用
2023-02-24 11:18:17 1.04MB webgl simulation gpu fluid
1
GPU-GEMS-3D-流体模拟 该项目基于GPU Gems 3D流体仿真文章。 本文介绍了一种用于计算和渲染3D流体模拟的方法。 设计用于渲染的方法是为了将流体模拟最好地集成到场景中,并使它与其他场景组件进行交互。 但是,我使用了一个更简单的渲染器,方法是使用连接到多维数据集的光线跟踪器,并且与其他场景组件没有交互。 该项目最初是在Unity 4当前版本时编写的,当时免费版本中不提供渲染纹理。 我决定改用计算缓冲区,以使其更易于访问。 使用计算缓冲区而不是渲染纹理的唯一缺点是不支持过滤。 我将代码添加到了着色器中,以手动执行双线性过滤,但它可能不如使用渲染纹理那样理想。
2022-01-05 00:19:23 75KB unity fluid-simulation UnityC#
1
Fluid Simulation for Computer Graphics
2021-11-24 17:32:48 1.38MB Fluid Simulation for Computer
1
(解压密码 share.weimo.info)A practical introduction, the second edition of Fluid Simulation for Computer Graphics shows you how to animate fully three-dimensional incompressible flow. It covers all the aspects of fluid simulation, from the mathematics and algorithms to implementation, while making revisions and updates to reflect changes in the field since the first edition.Highlights of the Second Edition        ,解压密码 share.weimo.info
2021-11-19 09:05:59 8.77MB 英文
1
流体模拟 使用OpenVDB和PIC + FLIP技术进行流体模拟。 运行命令 对于FLIP模拟: ./run.sh流体 对于MPM模拟: ./run.sh mpm 上面的命令将编译程序并运行相应的可执行文件。 结果将存储为mygrids.vdb。
2021-10-28 14:02:29 72.11MB C++
1
非常好的流体模拟入门书,偏理论,读前需要数值方法作为基础。第一部分详细讲解了NS方程和他的计算模型,核心是PCG方法。貌似理论圈都拿Eulerian作为实现框架,做交互的还是偏好Lagrangian。后一部分略讲了各种不同类型流体的模拟。
2021-07-29 18:32:57 2.28MB 流体模拟
1
This book is designed to give the reader a practical introduction to fluid simulation for graphics. The field of fluid dynamics, even just in animation, is vast and so not every topic will be covered, and many wonderful papers will sadly be passed over in the hope of distilling the essentials; this is far from a thorough survey. The focus of this book is animating fully three-dimensional incompressible flow—from understanding the math and the algorithms to actual implementation。
2021-07-25 04:54:21 1.71MB Fluid Simulation for Computer
1
COMP 5823动画和仿真CW4 托马斯·莫雷诺·库珀(Thomas Moreno Cooper) 利兹大学2021年3月 使用的库:Qt !使用c ++ 11! 在Linux x86上使用库和Qt版本5.9.5 运行qmake(版本3.1) 制作 用./Dungeon4执行 由于应用程序不是多线程的,因此模拟会降低大量粒子的速度。减小用于计算力的核半径会以仿真稳定性为代价来提高计算时间(迭代较少的粒子)。
2021-07-12 19:08:27 617KB portfolio C++
1
sph-tutorial:Brandon Pelfrey的SPH流体模拟教程
2021-07-12 17:05:04 5.06MB c-plus-plus opengl glm fluid-simulation
1
Fluid Simulation for Computer Graphics, Second Edition, 第二版,高清完整带书签
2019-12-21 19:52:36 9.18MB 高清 书签 流体
1