Some meshing working.
This commit is contained in:
parent
392a2b7889
commit
d0ab51c99a
18 changed files with 164 additions and 4 deletions
|
@ -2,8 +2,11 @@ list(APPEND mesh_LIB_INCLUDES
|
|||
AbstractMesh.cpp
|
||||
Edge.cpp
|
||||
Face.cpp
|
||||
Node.cpp
|
||||
QuadMesh.cpp
|
||||
TriMesh.cpp)
|
||||
TriMesh.cpp
|
||||
MeshPrimitives.cpp
|
||||
MeshBuilder.cpp)
|
||||
|
||||
|
||||
# add the library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue