test git config

This commit is contained in:
Volodymyr Patuta 2020-12-12 22:51:20 +01:00
parent fb9be12cab
commit 396acdcbdd
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ int main(int argc, char ** argv) {
* utilisées dans ce code */ * utilisées dans ce code */
void init(void) { void init(void) {
GLuint id; GLuint id;
vec4 r = {1, 0, 0, 1}, g = {0, 1, 0, 1}, b = {0, 0, 1, 1}; vec4 g = {0, 1, 0, 1};
/* on créé nos trois type de surfaces */ /* on créé nos trois type de surfaces */
_sphere = mkSphere(12, 12); /* ça fait 12x12x2 trianles ! */ _sphere = mkSphere(12, 12); /* ça fait 12x12x2 trianles ! */
/* on change les couleurs de surfaces */ /* on change les couleurs de surfaces */