Exercises solved during the Computer Graphics course, in the second year of FEUP's Master in Informatics and Computing Engineering, using WebGL.
- WebCGF - download WebCGF here (check version in the badge above), and extract it to the repository's root.
/
├── ex
├── ...
|
├── lib
│ ├── CGF
│ └── CGF.js
|
├── README.md
└── LICENSE
Since WebGL runs in the browser, for security reasons, the folder must be available by a web/HTTP server. (As simple as localhost, for instance).