JEU VIDEO
LEVEL 1 « SENSIBILISATION »
Notion essentielle : Rendu 3D
- Object 3D constitué de sommets, d'arêtes et de faces.
- Image en 2D destinée à être appliquée sur un volume
- Le pixel positionné en 3D est appelé texel (texture element)
- Procédurale (ex: http://spiralgraphics.biz/gallery.htm), bitmap, filtrage, mipmap
- Rendu temps réel "naif", éclairage par l'artiste 3D
- Physically based rendering (PBR), éclairage par le moteur
- Raytracing
- Portent les textures
- Portent les propriétés physiques visuelles du matériaux (albedo, metallic, normal map,
height map, smoothness)
- Standard Shader
- Colored Shader
- Animated Shader
- Skybox illumination (Specular)
JEU VIDEO
LEVEL 1 « SENSIBILISATION »
Notion essentielle : Rendu 3D