Skip to content
Extraits de code Groupes Projets
Valider 43fbef04 rédigé par kodra's avatar kodra
Parcourir les fichiers

//à compléter

parent 3bad8aff
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
void main() void main()
{ {
// a compléter
vec3 _normal = normal*mat3(modelMatrix); vec3 _normal = normal*mat3(modelMatrix);
vec4 _position4 = modelMatrix*vec4(position,1.0); vec4 _position4 = modelMatrix*vec4(position,1.0);
vec3 _position = _position4.xyz/_position4.w; vec3 _position = _position4.xyz/_position4.w;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter