4.1. r endering aspects of game rendering. from wikipedia: rendering is the process of generating an...

9
4.1. RENDERING Aspects of Game Rendering

Upload: ralph-willis

Post on 04-Jan-2016

217 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 4.1. R ENDERING Aspects of Game Rendering. From Wikipedia: Rendering is the process of generating an image from a model. The model is a description

4.1. RENDERINGAspects of Game Rendering

Page 2: 4.1. R ENDERING Aspects of Game Rendering. From Wikipedia: Rendering is the process of generating an image from a model. The model is a description

RENDERINGAspects of Game Rendering

Page 3: 4.1. R ENDERING Aspects of Game Rendering. From Wikipedia: Rendering is the process of generating an image from a model. The model is a description

Rendering

From Wikipedia: Rendering is the process of generating an image from a model. The model is a description of a 3D object typically containing geometry, viewpoint, texture, lighting and shading information.

Page 4: 4.1. R ENDERING Aspects of Game Rendering. From Wikipedia: Rendering is the process of generating an image from a model. The model is a description

Render Features

Features/techniques associated with rendering include:

• shading — how the colour and brightness of a surface varies with lighting • texture-mapping —applying detail to surfaces of a 3d

mesh• bump-mapping —simulating small-scale bumpiness on

surfaces • shadows — the effect of obstructing light • soft shadows — varying darkness caused by partially

obscured light sources • reflection — mirror-like or highly glossy reflection • transparency — transmission of light through solid

objects • translucency — highly scattered transmission of light

through solid objects • indirect illumination — surface illumination by light

reflected off other surfaces, rather than directly from a light source

(global illumination) • depth of field — objects appear blurry when distance

from the focal object• motion blur — objects appear blurry due to high-speed

relative motion• non-photorealistic rendering — rendering of scenes in

an artistic style, intended to look like a painting or drawing

Page 5: 4.1. R ENDERING Aspects of Game Rendering. From Wikipedia: Rendering is the process of generating an image from a model. The model is a description

Video not available in on-line slides

Page 6: 4.1. R ENDERING Aspects of Game Rendering. From Wikipedia: Rendering is the process of generating an image from a model. The model is a description

What we will consider

•Deferred Rendering

•Lighting and Shadowing Approaches

•Level of Detail

•Billboarding

• Water, Fluid Dynamics and Cloth modelling

•Instancing

•Materials

•Particle Effects

•Displacement Mapping

•Trees and Vegetation

Page 7: 4.1. R ENDERING Aspects of Game Rendering. From Wikipedia: Rendering is the process of generating an image from a model. The model is a description

Video not available in on-line slides

Page 8: 4.1. R ENDERING Aspects of Game Rendering. From Wikipedia: Rendering is the process of generating an image from a model. The model is a description

DIRECTED READINGDirected general reading concerning rendering

Directed

reading

Page 9: 4.1. R ENDERING Aspects of Game Rendering. From Wikipedia: Rendering is the process of generating an image from a model. The model is a description

Directed reading: General LODDirected

reading

• Read StarCraft II - Effects & Techniques – for information on rendering within StarCraft II

• Read Finding Next Gen – CryEngine 2 – for information on rendering within the CryEngine