Skip to content
Jason Stephens edited this page Jun 26, 2014 · 8 revisions

###Types of Flow Fields

  • methods and general descriptions for generating flow fields

####- Flow Fields as a Steering Force

  • (particle systems and autonomous agents inspired by Reynolds and Shiffman)

####- Real World Flow Fields

  • (research, engineering, weather, etc)
  • Texture Advection:
    • In scientific visualization, texture advection is a family of methods to densely visualizevector fields or flows (like the wind movement of a tornado). Scientists can use the created images and animations to better understand these flows and reason about them. In comparison to techniques that visualise streamlines, streaklines, or timelines, methods of this family don't need any seed points and can produce a whole image at every step. The methods have in common that they bend a whole image (or texture) according to the flow to create a new image that is warped by the flow. If that is done in small enough time steps and often enough, the images can be combined to create an animation visualising the flow. (from wikipedia)
    • Line Integral Convolution Visualization
Clone this wiki locally