» EX9.Dataflow
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

EX9.Dataflow

French | Italian | Spanish | Japanese

The overall dataflow of the 3d rendering pipeline in vvvv looks as follows:

vvvv passes several data to the graphics card:

  • Mesh
  • Texture
  • User defined variables
  • Render Sates
  • Transform matrices

First the vertexshader programm is applied to each vertex. Its major task is to project the geometry onto the screen. The output is the vertex position in screenspace for the rasterizer and other data for the pixel shader.

Between vertexshader and pixelshader the conversion from vector graphics to pixel graphics happens. This is done by the rasterizer, that calculates which screen pixels belong to the geometry. It also interpolates per-vertex data sent from the vertex shader to per-pixel data for pixels which lie between the vertices.

Then the pixelshader programm is executed for every visible pixel, as defined by the rasterizer. It calculates the final color of the pixel.

anonymous user login

Shoutbox

~4h ago

joreg: Workshop on 02 05: Intro to the Stride 3D Engine. Signup here: https://thenodeinstitute.org/courses/ss24-vvvv-intro-to-the-stride-3d-engine-in-vvvv/

~1d ago

joreg: The new vvvv Show-Off-Reel is out: https://vimeo.com/930568091

~7d ago

joreg: The summer season of vvvv workshops at The NODE Institute is out: https://thenodeinstitute.org/ss24-vvvv-intermediates/

~7d ago

domj: If you happen to be in Prague, come join us at the Schema workshop on Thursday 25.4. :) https://www.facebook.com/events/395516526614988/?ti=ls

~19d ago

joreg: Postponed: Next vvvv beginner course starting April 29: https://thenodeinstitute.org/courses/vvvv-beginner-class-summer-2024/