Représenter une reflexion d'une skybox sur une surface
Impression de reflet de l'environnement sur la surface
// Get the color of the environment mapvec3V=normalize(camera_position-fragment.position);vec3R_skybox=reflect(-V,N);vec4color_environment_map=texture(image_skybox,skybox_rotation);