Skip to content

Commit 67df475

Browse files
committed
Release v1.1
1 parent 4697e21 commit 67df475

45 files changed

Lines changed: 26 additions & 18 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/f-tex.png

-13.3 KB
Binary file not shown.

assets/myCamaro.blend

-17.8 MB
Binary file not shown.

assets/mycamaroLow.blend

-4.02 MB
Binary file not shown.

assets/skybox.blend

-574 KB
Binary file not shown.

doc/docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1>Documentazione progetto WebGL</h1>
3232
<h3> Intro </h3>
3333
<p>
3434
Progetto realizzato da Daniele Piscaglia per il corso di Fondamenti di Computer Graphics di Ingegneria Informatica Magistrale.<br/>
35-
Per avviare il gioco basta aprire la homepage <a href="../game.html">game.html</a>.<br/>
35+
Per avviare il gioco basta aprire la homepage <a href="../project/game.html">game.html</a>.<br/>
3636
Il file si trova nella cartella principale, dove si trovano anche le cartelle
3737
<i>doc</i> (contenente informazioni sul progetto),
3838
<i>assets</i> (contenente alcuni file utilizzati dall'applicazione) e la cartella
@@ -75,7 +75,7 @@ <h3>
7575
bufferInfo: //Dati relativi ai buffer (vertici, normali, textCoord, ecc..), anche ottenibile tramite la funzione utility createBuffers
7676
[texture:] //Elemento texture (già precaricato), anche ottenibile tramite la funzione utility createTexture
7777
color: //Colore della parte
78-
shininess: //Componente per la luce speculare (lucidità) dell'oggetto
78+
shininess: //Componente per la luce speculare (lucidità) dell'oggetto (disabilitata se = 0)
7979
},
8080
<i>altre parti ...</i>
8181
],

0 commit comments

Comments
 (0)