Explain what is the difference between the images of the


1. Task 1 - Reflection and Refraction vectors

Purpose:

a. Insights of refraction vectors (effect of Snell's law on the visualization).

To do:

1. Download and compile the code. The program shows a sphere in the air which is textured with respect to the surrounding skybox.

2. Look at the keyboard call back function and become familiar with the keys

3. Using the ‘t' key toggle between reflecting and refracting rays of the sky box

Explain what is the difference between the images of the ball

4. Using refracting rays

The sphereBox.vert file contains two parameters which specify the coefficient of light between the income ray of light to the outgoing ray of light (see notes on Snell's law). Currently they are set to air and water.

Change the ratio between the two coefficients to:

a. inRefractFactor = outRefractFactor = 1.0; Describe what has happens. Provide an explanation why did it happen.

b. inRefractFactor = 1.0 outRefractFactor = 4.0; Describe what has happened? Provide an explanation why did it happen.

c. inRefractFactor = 4.0 outRefractFactor = 1.0; Describe what has happens? Provide an explanation why did it happen.

(5) Using a ratio of air and water move the camera forward until you enter the sphere and leave it. What is the effect of moving through the sphere?

2. Task 2 - Create another skybox and object

Purpose:

a. Be familiar with a hidden skybox and creating new object. You can reuse any part of the code. Note, you may want to create an object class.

To do:

1. Create another sphere object in space (make sure that it is visible)

2. Create a new skybox - using any images that you like (as long as they are all the same size, e.g., all 64x64, 128x128, 512x512, etc.).

3. Display the object while texturing the image using the new skybox. (Do not display the new skybox).

4. Try rotating the object. Did it work? If it did not, can you explain why not? Can you fix it? How?

Request for Solution File

Ask an Expert for Answer!!
Computer Graphics: Explain what is the difference between the images of the
Reference No:- TGS01179385

Expected delivery within 24 Hours