OpenGL : FBO HD
Using frame buffer object, we will do 4 different rendering into textures, using different shaders. Then we will display the four textures. Top left : classic rendering. top right : depth map from the light point of view. bottom left : edge detection. bottom right : classic rendering with real time shadow (using shadow map).