zoukankan      html  css  js  c++  java
  • WWW.GAMEDEV.NET的每日一图

    前几天,将 "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. 
  • 相关阅读:
    程序员需要的各种PDF格式电子书【附网盘免费下载资源地址】
    Web安全大揭秘
    tar 压缩解压命令详解
    django开发项目的部署nginx
    CentOS7安装mysql-python模块
    我的博客站点上线了
    2006
    centos7安装pip
    mysql删除匿名用户
    FilenameFilter 文件名过滤
  • 原文地址:https://www.cnblogs.com/szlongman/p/406927.html
Copyright © 2011-2022 走看看