forked from kmammou/v-hacd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
126 lines (126 loc) · 9.05 KB
/
.gitignore
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
data/
data2/
build/
/DebugView/compiler/vc14win64/.vs/ConvexDecomposition/v14
/DebugView/ConvexDecomposition.exe.pdb
/DebugView/ConvexDecomposition.ilk
/DebugView/compiler/vc14win64/ConvexDecomposition.VC.db
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/CL.command.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/CL.read.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/CL.write.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/ConvexDecomposition.log
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/VHACD-ASYNC.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/vc140.pdb
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/CL.command.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/CL.read.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/CL.write.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/ConvexDecomposition.lastbuildstate
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/link.command.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/link.read.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/link.write.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDecomposition.Build.CppClean.log
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDecomposition.log
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/MergeHulls.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/NvRenderDebugBinding.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/TestHACD.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/VHACD-ASYNC.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/VHACD.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/btAlignedAllocator.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/btConvexHullComputer.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/main.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/vc140.pdb
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/vhacdICHull.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/vhacdManifoldMesh.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/vhacdMesh.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/vhacdVolume.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/wavefront.obj
/DebugView/ConvexDecompositionDEBUG.exe
/DebugView/ConvexDecompositionDEBUG.exe.pdb
/DebugView/ConvexDecompositionDEBUG.ilk
/DebugView/compiler/vc14win64/ConvexDecomposition.VC.VC.opendb
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/ConvexDecomposition.lastbuildstate
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/link.command.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/link.read.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/link.write.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/MergeHulls.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/NvRenderDebugBinding.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/TestHACD.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/VHACD.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/btAlignedAllocator.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/btConvexHullComputer.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/main.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/vhacdICHull.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/vhacdManifoldMesh.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/vhacdMesh.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/vhacdVolume.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/wavefront.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/ConvexDecompositionDEBUG.Build.CppClean.log
/DebugView/compiler/xpj/ConvexDecomposition.bak
/DebugView/compiler/vc14win64/ConvexDecomposition.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/vhacdNearestPoint.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/vhacdNearestPoint.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/RaycastMesh.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/TestRaycast.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/RaycastMesh.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/TestRaycast.obj
/DebugView/compiler/vc14win32/.vs/ConvexDecomposition/v14/*.suo
/DebugView/compiler/vc14win32/*.db
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/*.tlog
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/*.lastbuildstate
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/release/*.log
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/release/*.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/release/*.pdb
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/*.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/*.obj
/DebugView/NvRenderDebugDEBUG_x86.dll
/DebugView/PhysX3CharacterKinematicDEBUG_x64.dll
/DebugView/PhysX3CharacterKinematicDEBUG_x86.dll
/DebugView/PhysX3CommonDEBUG_x64.dll
/DebugView/PhysX3CommonDEBUG_x86.dll
/DebugView/PhysX3CookingDEBUG_x64.dll
/DebugView/PhysX3CookingDEBUG_x86.dll
/DebugView/PhysX3DEBUG_x64.dll
/DebugView/PhysX3DEBUG_x86.dll
/DebugView/PhysX3GpuDEBUG_x64.dll
/DebugView/PhysX3GpuDEBUG_x86.dll
/DebugView/PhysXFramework32DEBUG.dll
/DebugView/PhysXFramework64DEBUG.dll
/DebugView/PxFoundationDEBUG_x64.dll
/DebugView/PxFoundationDEBUG_x86.dll
/DebugView/PxPvdSDKDEBUG_x64.dll
/DebugView/PxPvdSDKDEBUG_x86.dll
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/CL.command.1.tlog
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/CL.read.1.tlog
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/CL.write.1.tlog
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/ConvexDecomposition.lastbuildstate
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/link.command.1.tlog
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/link.read.1.tlog
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog/link.write.1.tlog
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/ConvexDecomposition.log
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/NvPhysXFrameworkBinding.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/NvRenderDebugBinding.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/TestHACD.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/TestRaycast.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/VHACD-ASYNC.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/VHACD.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/btAlignedAllocator.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/btConvexHullComputer.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/main.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/vc140.pdb
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/vhacdICHull.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/vhacdManifoldMesh.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/vhacdMesh.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/vhacdRaycastMesh.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/vhacdVolume.obj
/DebugView/compiler/vc14win32/Win32/ConvexDecomposition/debug/wavefront.obj
/DebugView/compiler/xpj/*.bak
/DebugView/*.bak
/DebugView/compiler/vc14win64/wavefront.obj
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/link.2656-cvtres.read.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/link.2656-cvtres.write.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/link.2656-rc.read.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/link.2656-rc.write.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/link.2656.read.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/link.2656.write.1.tlog
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/release/ConvexDe.D0AF22C5.tlog/unsuccessfulbuild
/DebugView/compiler/vc14win64/x64/ConvexDecomposition/debug/ConvexDe.D0AF22C5.tlog