-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChess3D.files
66 lines (66 loc) · 909 Bytes
/
Chess3D.files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
models/big.obj
models/bunny.obj
models/cavalier.obj
models/cube2.obj
models/dame.obj
models/fou.obj
models/pion.obj
models/plane.obj
models/roi.obj
models/sphere.obj
models/sphere2.obj
models/tour.obj
textures/board.tga
textures/comawhite_back.jpg
textures/comawhite_bottom.jpg
textures/comawhite_front.jpg
textures/comawhite_left.jpg
textures/comawhite_right.jpg
textures/comawhite_top.jpg
textures/Untitled-1.tga
application.cpp
application.h
bishop.cpp
bishop.h
board.cpp
board.h
camera.cpp
camera.h
game.cpp
game.h
king.cpp
king.h
knight.cpp
knight.h
main.cpp
Makefile
pawn.cpp
pawn.h
piece.cpp
piece.h
player.cpp
player.h
program.cpp
program.h
queen.cpp
queen.h
rook.cpp
rook.h
scene.cpp
scene.h
selection_shader.frag
selection_shader.vert
shader.cpp
shader.frag
shader.h
shader.vert
shader_SM.frag
shader_SM.vert
skybox_shader.frag
skybox_shader.vert
stb_image.c
stb_image.h
tga.cpp
tga.h
vao.cpp
vao.h