前几天,将 "Target-Driven Smoke Animation" on the GPU投给了WWW.GAMEDEV.NET的每日一图.(Image of the Day )。
http://www.gamedev.net/community/forums/topic.asp?topic_id=392793
收到的评论还不错。摘其中一条:
It looks amazing. Definately something that has potential. I tried the link to your website, and it didn't work. I googled it, and it came up, but it was in chinese... is there an english version? Having google translate it didn't work out too well
--------------------------
My goal was to simulate the Navier Stokes equations using GPU and then extend that approach to implement "target driven smoke animation"(siggraph 2004) in 2D. Given a sequence of target images, the method can generate a smoke simulation in which the smoke is driven towards each of these targets in turn, while exhibiting natural-looking interesting smoke-like behavior.For 2D simulations on a 256X256, my animation runs at 30 FPS rate on the NVIDIA 6600GT GPU.
You can download the demo at http://www.net638.com.cn:638/download/tdsmoke_gpu_demo(20060502).rar
Changing the Pictures will allow you to see different effects.
1. Enter "char.jpg" in the "Source Image Filename" edit box.
2. Enter "char1.jpg" in the "Target Image Filename" edit box.
3. Click "Inverse start" button
or
1. Enter "3456.jpg" in the "Source Image Filename" edit box.
2. Enter "abcd.jpg" in the "Target Image Filename" edit box.
3. Click "Inverse start" button
or
1. Enter "righttick.jpg" in the "Source Image Filename" edit box.
2. Enter "wrongtick.jpg" in the "Target Image Filename" edit box.
3. Click "Inverse start" button
or
1. Enter "face.jpg" in the "Source Image Filename" edit box.
2. Enter "horsechar.jpg" in the "Target Image Filename" edit box.
3. Click "Inverse start" button
Try it. Have a fun.
http://www.gamedev.net/community/forums/topic.asp?topic_id=392793
收到的评论还不错。摘其中一条:
It looks amazing. Definately something that has potential. I tried the link to your website, and it didn't work. I googled it, and it came up, but it was in chinese... is there an english version? Having google translate it didn't work out too well
--------------------------
My goal was to simulate the Navier Stokes equations using GPU and then extend that approach to implement "target driven smoke animation"(siggraph 2004) in 2D. Given a sequence of target images, the method can generate a smoke simulation in which the smoke is driven towards each of these targets in turn, while exhibiting natural-looking interesting smoke-like behavior.For 2D simulations on a 256X256, my animation runs at 30 FPS rate on the NVIDIA 6600GT GPU.
You can download the demo at http://www.net638.com.cn:638/download/tdsmoke_gpu_demo(20060502).rar
Changing the Pictures will allow you to see different effects.
1. Enter "char.jpg" in the "Source Image Filename" edit box.
2. Enter "char1.jpg" in the "Target Image Filename" edit box.
3. Click "Inverse start" button
or
1. Enter "3456.jpg" in the "Source Image Filename" edit box.
2. Enter "abcd.jpg" in the "Target Image Filename" edit box.
3. Click "Inverse start" button
or
1. Enter "righttick.jpg" in the "Source Image Filename" edit box.
2. Enter "wrongtick.jpg" in the "Target Image Filename" edit box.
3. Click "Inverse start" button
or
1. Enter "face.jpg" in the "Source Image Filename" edit box.
2. Enter "horsechar.jpg" in the "Target Image Filename" edit box.
3. Click "Inverse start" button
Try it. Have a fun.
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 大模型 Token 究竟是啥:图解大模型Token
· 35岁程序员的中年求职记:四次碰壁后的深度反思
· 继承的思维:从思维模式到架构设计的深度解析
· 如何在 .NET 中 使用 ANTLR4
· 后端思维之高并发处理方案
· BotSharp + MCP 三步实现智能体开发
· BotSharp 5.0 MCP:迈向更开放的AI Agent框架
· 5. RabbitMQ 消息队列中 Exchanges(交换机) 的详细说明
· 【ESP32】两种模拟 USB 鼠标的方法
· 设计模式脉络