Render techniques overview
Ray tracing
•What rendering is
•Rendering techniques
•Ray tracing
•Hi render
What rendering is
Geometry
Texture
Lights
Camera
ImageRender
Model
Bones
Key frames
Render techniques
Rasterization Ray tracing
• Start from geometry
• For each polygon
• Start from pixels
• For each pixel
Ray tracing algorithm
• Emit ray for each pixel
For each ray:
• Find first intersection
• Compute color based on surface
Pixel color computing
• Lightness in point
• Directional light
• Ambient light / AO
• Color in point
• Diffuse color
• Specular color
• Ambient color
• Emissive color
Advantages
• Parallel computing
• Shadows
• Reflections and refractions
• Indirect illumination possible
Disadvantages
• Slow renderer
• Not optimized for GPUs
• Antialiasing is expensive
• Doesn’t scale so well
Hi Render
Render techniques overview
Ray tracing

Render techniques overview