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:
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
~3d ago
~3d ago
~10d ago
~16d ago
~16d ago
~17d ago
~1mth ago
~1mth ago
~2mth ago
~2mth ago