Skip to content

chinijo21/GyV3D-ISAM-Practicas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GyV3D-ISAM-Practicas

Practicas 2020-2021

  • Ejercicio 3 : paints squares of different colours and sizes depending of the quadrant and the distance to the origin where the user clicks. 1st quad red, 2nd green, 3rd blue, 4th yellow. If the distance to the center is greater than 0.7 it paints a white square

  • Ejercicio 4 : two rectangles that moves depending of the keyboard input, movements speed are determined by steps. Translation, rotation and other movements using glMatrix.

  • Ejercicio 5 : A inverted pyramid that rotates on the Y axis. The user can choose to stop the rotation, the type of projection (orthogonal or perspective) or how they want to draw the pyramid using triangles or lines. With the mouse wheel while using the perspective view view the pyramid is zoomed in or out.

  • Ejercicio 6 : Textured cube. Arrow changes direction depending of the arrow that is pressed. Avpag and repag changes the cam position

  • Ejercicio 7 : Ilumintation of a sphere Deathstar is now a discoPub

  • Final : PONG WIP