1 / 6

OpenCL Particle System

Specialization Project 2010: Milestone 3. OpenCL Particle System. What I’ve done. Complete non-interactive particles calculations on GPU Demo application with Smoke - real-time interactions ( adjustable settings). Program flow. Main loop. Kernel1 – Update particles. Duration

Télécharger la présentation

OpenCL Particle System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Specialization Project 2010: Milestone 3 OpenCL Particle System

  2. WhatI’vedone • Completenon-interactiveparticlescalculations on GPU • Demo application with Smoke • - real-timeinteractions (adjustable settings)

  3. Program flow Main loop Kernel1 – Updateparticles Duration Velocity --- Otherkernels (sorting, hashingetc) Positions Colors Prepare for rendering Render (shader)

  4. Demo Movie

  5. Not in the framework • Collisions with objects • GPU particlesorting (z-axis) • Several times the performance • (attractiveforcesbetweenparticles) Attractive force (SPH) P1 P1 Extendedattractiveforcescalculation and collisions has to be added for water simulation

  6. Questions?

More Related