• 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. 
  • 相关阅读:
    一个泛型的单例模式
    一个将Object转化为CSV文件的类
    WSDL.EXE Error: Not enough storage is avaliable to process the command.
    一个Linq Group By 和Sum的范例
    Random Cube Algorithm
    AccessImport demo
    .net controls of FileUpload
    asp.net AJAX
    Deploy iis7.5
    C# Fibonacci Sequence
  • 原文地址:https://www.cnblogs.com/szlongman/p/406927.html
Copyright © 2020-2023  润新知