Skip to content
Snippets Groups Projects
Commit c38a579c authored by RaedAbr's avatar RaedAbr
Browse files

Add lab 3

parent 6b8f2f4f
No related branches found
No related tags found
No related merge requests found
# Lab3 IHM
This folder contains a template for the **lab3** of IHM course.
---
* Execute this command line : `git pull base master` under your local repository where you did the **lab1** and **lab2**
> Before doing so, check that you have defined this repository as a second remote repo by executing this command line:
>
> ```shell
> git remote -v
> ```
>
> You should see this line in the output:
>
> ```
> base ssh://git@ssh.hesge.ch:10572/cours-ihm/labs_ihm_2019_preparation.git
> ```
>
> Otherwise, execute this command line:
>
> ```bash
> git remote add base ssh://git@ssh.hesge.ch:10572/cours-ihm/labs_ihm_2019.git
> ```
* Put your code in the `lab3/src` folder, by modifying content of `lab3.html` and `lab3.js` files, and adding your additional files.
***Your main `html` file must be `lab3.html`***
\ No newline at end of file
File added
<!DOCTYPE html>
<html>
</html>
// TODO: Shaders definition
/**
* This is the main entry point of your JavaScript program
* called in the "onload" event of the body tag in HTML
*/
function main() {
// TODO: put your implementation here
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment