Ray tracing, ambient occlusion, txaa ssao, etc.
Last updated
Last updated
Ray tracing: This is a lighting technique that simulates the actual physical behavior of light. Instead of just placing lights in the scene and calculating how they affect surfaces directly, ray tracing shoots rays of light out from the light source and bounces them around the scene, just like real light would. This creates much more realistic shadows, reflections, and lighting effects.
Ambient occlusion: This is a technique that adds shadows and shading to areas where surfaces are close together or occluded from the light source. This adds depth and realism to the scene, especially in corners and crevices.
TXAA and SSAO: These are two different types of anti-aliasing techniques. Anti-aliasing smooths out jagged edges on objects, which can make them look more realistic. TXAA is a more advanced technique that also takes temporal information into account, meaning it can smooth out motion blur as well. SSAO is a simpler technique that only works on static scenes.
Shaders: These are small programs that run on the graphics card and are used to calculate the color and lighting of each pixel in the scene. They can be used to create a wide variety of effects, from simple textures to complex lighting and shadows.
OpenGL shaders: This is a specific type of shader that is used with the OpenGL graphics programming API. OpenGL is a popular API for creating 3D graphics applications, and OpenGL shaders are used in a wide variety of games and other applications.
Post processing: This is a broad term that refers to any effects that are applied to an image after it has been rendered. This can include things like . Post processing can be used to make an image look more realistic or stylized, depending on the desired effect.
Cell shading: This is a non-photorealistic rendering technique that is often used in cartoon-style games. Cell shading uses flat colors and bold outlines to create a distinctive look.
Tone mapping: This is a technique that is used to adjust the brightness and contrast of an image so that it looks good on a typical computer monitor. Tone mapping can be used to make an image look more realistic or stylized, depending on the desired effect.
CGI and VFX: These are two terms that are often used interchangeably, but they actually have slightly different meanings. CGI stands for "computer-generated imagery" and refers to any image that is created using a computer. VFX stands for "visual effects" and refers to any effects that are added to an image or video in post-production. So, all VFX are CGI, but not all CGI are VFX.