Skip to content

Commit

Permalink
Pareciera ser que todos los ejemplos estan acomodados y funcionando fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mysery committed Aug 11, 2016
1 parent 4ad6749 commit 03bb0ac
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 1,381 deletions.
293 changes: 0 additions & 293 deletions TGC.Examples/Lights/EjemploBumpMapping.cs

This file was deleted.

2 changes: 1 addition & 1 deletion TGC.Examples/Lights/EjemploEnvironmentMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public override void Init()

//Convertir TgcMesh a TgcMeshBumpMapping
meshes = new List<TgcMeshBumpMapping>();
meshes.Add(TgcMeshBumpMapping.fromTgcMesh(m1, normalMapArray));
meshes.Add(TgcMeshBumpMapping.fromTgcMesh(m1, normalMapArray));
meshes.Add(TgcMeshBumpMapping.fromTgcMesh(m2, normalMapArray));
meshes.Add(TgcMeshBumpMapping.fromTgcMesh(m3, normalMapArray));
meshes.Add(TgcMeshBumpMapping.fromTgcMesh(m4, normalMapArray));
Expand Down
Loading

0 comments on commit 03bb0ac

Please sign in to comment.