This next task is to put an object into the skybox and create a mirror and a lens. I recommend starting with a sphere.
Build a sphere inside a skybox. Following the ideas found in the learnOpenGL website (not the code), or better, my description of the process,
build reflection and refaction shaders to make the sphere look like a mirrored ball. In refraction mode you should the a small inverted image of the condos in the background.
Then combine reflection and refraction to simulate Fresnel's equation using the mix() function and idea of a toon shader as described in class.
See the bottom part of this link cubemaps
Extra: Can you make a water scene like a lake or a pool where you can use Fresnel's stuff.
Extra: Can you demonstrate total internal reflection?