An open API service indexing awesome lists of open source software.

https://github.com/ncordon/computer-graphics

Pŕacticas Informática Gráfica
https://github.com/ncordon/computer-graphics

Last synced: about 1 year ago
JSON representation

Pŕacticas Informática Gráfica

Awesome Lists containing this project

README

          

# Computer Graphics

Made for the subject 'Informática Gráfica', Universidad de Granada.

# Usage

Files can be compiled by doing `make` inside `srcs-prac`
A list of usable keys:

* P: changes between all the `practicax` visualizations
* O: changes object to visualize
* M: changes mode of visualization
* G: changes freedom degree (third assingment); changes between alpha and beta (fourth assignment)
* \<\>: increases/decreases value of current freedom degree (third assingment); increases/decreases value of alpha/beta (fourth assignment)
* C: changes camera in fifth assignment.
* V: changes among examination and first person camera mode in fifth assignment.
* +: moves curent camera closer in fifth assignment
* -: moves away curent camera in fifth assignment
* &leftarrow; , &uparrow; , &downarrow; , &rightarrow; : moves current camera in that direction in fifth assignment

![Torus](./imgs/toro.png)
![Lighting](./imgs/lighting.png)

# Dependencies

* `g++`
* `freeglut3-dev`
* `libglew-dev`
* `libjpeg-dev`

# License

GPL v3 licensed