Skip to content

Commit 69512cc

Browse files
committed
Tutorial 13 - Creación de carpeta de recursos.
1 parent d2d818e commit 69512cc

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

Tutorial-13/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(13-Assimp_Texturas)
22

33
file(COPY directional.vertex_shader directional.fragment_shader DESTINATION shaders)
4-
file(COPY cyborg DESTINATION model)
4+
file(COPY ../Data/cyborg DESTINATION model)
55

66
set(ASSIMP_DIR $ENV{ASSIMP_DIR} CACHE PATH "Assimp Directory")
77

Tutorial-13/cyborg/LICENSE.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

Tutorial-13/cyborg/cyborg.blend

-313 KB
Binary file not shown.

Tutorial-13/cyborg/cyborg_diffuse.jpg

-218 KB
Binary file not shown.
-345 KB
Binary file not shown.

0 commit comments

Comments
 (0)