In most situations when you render something you have basically the same patch structure:
Working with a 3d scene? You need a Depthbuffer. Seeing jagged and ugly edges? Turn on Antialiasing. Want to set a renderer to fullscreen?
See the Renderer (EX9)'s helppatch for details. Examples in your vvvv\girlpower\ directory:
See also: |
The same scene but rendered from another point of view. Note the Camera (Transform Softimage) connected to the Renderer. There are some cameras in vvvv ready to use:
See also: |
And now the objects are spreaded. See also: |
The Aspect Ratio transformation on the Renderer (hidden by default) is used to sqeeze/stretch the coordinate system of the renderer so that the proportions of the window have no effect on the image. The coordinate system of the Renderer is stretched vertically as a countermeasure to its horizontally stretched window. Check the helppatch of the AspectRatio (Transform). See also: |
An image is applied to the effect via its Texture. Primitives like Quad (DX9) have the 'Texture' pin as well. See also: |
Related nodesRenderer (EX9) |
A Depthbuffer stores the depth information of the scene, ie. a single z-value per pixel. If depth buffering is off (which is the default) objects (and their faces) are just drawn in the order of their priority and their slice index - which looks weird as soon as they are seen in the wrong order. Turn on depth buffering by selecting the Renderer (EX9) in an Inspektor. There you'll see a "Windowed Depthbuffer" and a "Fullscreen Depthbuffer" pin. Change their default "None" values to D16, D24 (or similar, where 16 or 24 denote the number of bits available for the depth buffer). Typically choose D24X8. The classic name for drawing without the depth-buffer is painters algorithm: start with the things in the background and then paint all things after another on top of it. Using the depthbuffer enables a test which is done for each pixel drawn: if a pixel nearer to the camera was already drawn, the new pixel gets rejected. Or to put it the other way round: If the current object to be drawn is nearer to the camera than the stuff already drawn, the object is just drawn on top of the existing color buffer. See also: |
Rotated or curved objects always look jagged if Antialiasing is turned off (which is the default). That's because pixels are squares and there are (still) not so many of them to represent curves or diagonals in a way that the eye will not notice squares. Use the 'Fullscreen / Windowed Antialiasing Quality' settings of the Renderer (DX9) to specify the desired quality. Usually a value of 4 is a good choice. This setting is available via Inspektor. |
anonymous user login
~6d ago
~6d ago
~7d ago
~20d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago