-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvoxcraft-viz.pri
More file actions
109 lines (109 loc) · 3.43 KB
/
voxcraft-viz.pri
File metadata and controls
109 lines (109 loc) · 3.43 KB
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
HEADERS += ./src/VX1/VX_Enums.h \
./src/VX1/VX_Bond.h \
./src/VX1/Mesh.h \
./src/VX1/MarchCube.h \
./src/VX1/GL_Utils.h \
./src/VX1/XML_Rip.h \
./src/VX1/VXS_BondInternal.h \
./src/VX1/zlib.h \
./src/VX1/zconf.h \
./src/VX1/VX_FRegion.h \
./src/VX1/VX_FEA.h \
./src/VX1/VX_Environment.h \
./src/VX1/VXt_Voxel.h \
./src/VX1/VXS_Voxel.h \
./src/VX1/VXS_SimGLView.h \
./src/VX1/VXS_Bond.h \
./src/VX1/VX_Sim.h \
./src/VX1/VX_Object.h \
./src/VX1/VX_MeshUtil.h \
./src/main/VoxCad.h \
./src/main/QVX_Edit.h \
./src/main/QVX_Interfaces.h \
./src/main/QVX_TensileTest.h \
./src/main/Dlg_VideoCapture.h \
./src/main/Dlg_3DBrush.h \
./src/main/Dlg_BCs.h \
./src/main/Dlg_EditPrim.h \
./src/main/Dlg_FEAInfo.h \
./src/main/Dlg_Palette.h \
./src/main/Dlg_Physics.h \
./src/main/Dlg_StructureEditor.h \
./src/main/Dlg_Tensile.h \
./src/main/Dlg_VoxInfo.h \
./src/main/Dlg_Workspace.h \
./src/QTUtils/QOpenGL.h \
./src/QTUtils/QThreadWrap.h \
./src/QTUtils/QSimplePlot.h \
./src/VX2/include/Array3D.h \
./src/VX2/include/Quat3D.h \
./src/VX2/include/Vec3D.h \
./src/VX2/include/Voxelyze.h \
./src/VX2/include/VX_Collision.h \
./src/VX2/include/VX_External.h \
./src/VX2/include/VX_LinearSolver.h \
./src/VX2/include/VX_Link.h \
./src/VX2/include/VX_Material.h \
./src/VX2/include/VX_MaterialLink.h \
./src/VX2/include/VX_MaterialVoxel.h \
./src/VX2/include/VX_MeshRender.h \
./src/VX2/include/VX_Utils.h \
./src/VX2/include/VX_Voxel.h \
./src/qcustomplot/qcustomplot.h
SOURCES += ./src/main/main.cpp \
./src/main/VoxCad.cpp \
./src/QTUtils/QOpenGL.cpp \
./src/QTUtils/QSimplePlot.cpp \
./src/QTUtils/QThreadWrap.cpp \
./src/main/QVX_Edit.cpp \
./src/main/QVX_Interface.cpp \
./src/main/QVX_TensileTest.cpp \
./src/main/Dlg_VideoCapture.cpp \
./src/main/Dlg_3DBrush.cpp \
./src/main/Dlg_BCs.cpp \
./src/main/Dlg_EditPrim.cpp \
./src/main/Dlg_FEAInfo.cpp \
./src/main/Dlg_Palette.cpp \
./src/main/Dlg_Physics.cpp \
./src/main/Dlg_StructureEditor.cpp \
./src/main/Dlg_Tensile.cpp \
./src/main/Dlg_VoxInfo.cpp \
./src/main/Dlg_Workspace.cpp \
./src/VX1/VX_Sim.cpp \
./src/VX2/src/Voxelyze.cpp \
./src/VX2/src/VX_Collision.cpp \
./src/VX2/src/VX_External.cpp \
./src/VX2/src/VX_LinearSolver.cpp \
./src/VX2/src/VX_Link.cpp \
./src/VX2/src/VX_Material.cpp \
./src/VX2/src/VX_MaterialLink.cpp \
./src/VX2/src/VX_MaterialVoxel.cpp \
./src/VX2/src/VX_MeshRender.cpp \
./src/VX2/src/VX_Voxel.cpp \
./src/VX1/VX_FEA.cpp \
./src/VX1/Mesh.cpp \
./src/VX1/VX_Object.cpp \
./src/VX1/VXS_Voxel.cpp \
./src/VX1/VX_Bond.cpp \
./src/VX1/VX_Environment.cpp \
./src/VX1/MarchCube.cpp \
./src/VX1/VXt_Voxel.cpp \
./src/VX1/VXS_SimGLView.cpp \
./src/VX1/XML_Rip.cpp \
./src/VX1/VX_MeshUtil.cpp \
./src/VX1/VX_FRegion.cpp \
./src/VX1/VXS_Bond.cpp \
./src/VX1/GL_Utils.cpp \
./src/qcustomplot/qcustomplot.cpp
FORMS += ./src/main/vBCs.ui \
./src/main/vFEAInfo.ui \
./src/main/VoxCad.ui \
./src/main/vPalette.ui \
./src/main/vPhysics.ui \
./src/main/vPrimEdit.ui \
./src/main/vStructureEditor.ui \
./src/main/vTensile.ui \
./src/main/vVoxInfo.ui \
./src/main/vWorkSpace.ui \
./src/main/vVideoGen.ui
RESOURCES += ./voxcraft-viz.qrc