Martin Thümmel 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
..
copyleft 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
embree b7124f179f add unit tests for embree (#952) 6 лет назад
mosek aa40b908c9 updated gtest to catch 7 лет назад
predicates e38ee99766 Fix https://github.com/libigl/libigl/issues/1168 (#1173) 6 лет назад
CMakeLists.txt 819cad7168 Made some changes to allow for OBJ and OFF files 6 лет назад
accumarray.cpp 1deb471727 extra boundary_facets outputs; better sort prototypes; templates; cleanup 6 лет назад
avg_edge_length.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
bbw.cpp aa40b908c9 updated gtest to catch 7 лет назад
boundary_facets.cpp 1deb471727 extra boundary_facets outputs; better sort prototypes; templates; cleanup 6 лет назад
boundary_loop.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
cat.cpp 450935874f Extending igl::cat to work with std::vectors AND Allowing N-gons in writeOBJ (#1108) 6 лет назад
circulation.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
cotmatrix.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
cotmatrix_entries.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
cotmatrix_intrinsic.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
cumprod.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
cumsum.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
cut_to_disk.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
decimate.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
dirname.cpp aa40b908c9 updated gtest to catch 7 лет назад
doublearea.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
edge_exists_near.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
edge_flaps.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
edge_lengths.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
grad.cpp 607148cf72 Misc compilation fixes for Eigen 3.3 compatibility. 6 лет назад
grad_intrinsic.cpp 607148cf72 Misc compilation fixes for Eigen 3.3 compatibility. 6 лет назад
grid.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
guess_extension.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 6 лет назад
intrinsic_delaunay_cotmatrix.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
intrinsic_delaunay_triangulation.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
is_delaunay.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
is_edge_manifold.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
is_intrinsic_delaunay.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
is_symmetric.cpp aa40b908c9 updated gtest to catch 7 лет назад
ismember.cpp aa40b908c9 updated gtest to catch 7 лет назад
list_to_matrix.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 6 лет назад
pathinfo.cpp aa40b908c9 updated gtest to catch 7 лет назад
per_face_normals.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
qslim.cpp aa40b908c9 updated gtest to catch 7 лет назад
randperm.cpp 843438eab9 Fix logic error for URNG in igl::randperm 6 лет назад
readDMAT.cpp aa40b908c9 updated gtest to catch 7 лет назад
readMESH.cpp 819cad7168 Made some changes to allow for OBJ and OFF files 6 лет назад
readOBJ.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
readOFF.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
seam_edges.cpp aa40b908c9 updated gtest to catch 7 лет назад
segment_segment_intersect.cpp 16ce83c381 rename test 6 лет назад
setdiff.cpp aa40b908c9 updated gtest to catch 7 лет назад
slice.cpp aa40b908c9 updated gtest to catch 7 лет назад
slice_into.cpp aa40b908c9 updated gtest to catch 7 лет назад
sort.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 6 лет назад
squared_edge_lengths.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
tet_tet_adjacency.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 6 лет назад
triangle_triangle_adjacency.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад
triangulated_grid.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
unique.cpp aa40b908c9 updated gtest to catch 7 лет назад
unique_simplices.cpp 1c3c7c7b6f ported new tests to catch2 6 лет назад
upsample.cpp 5f6cc8fc33 Resolved merge for adding texture support to loadMesh(). 6 лет назад

readMESH.cpp

#include
#include
TEST(readMESH, simple) {
Eigen::MatrixXd V, TC;
Eigen::MatrixXi F;
// wait... so this is actually testing test_common::load_mesh not readMESH
// directly...
// test_common::load_mesh("F0001_AN01WH_F3D.wrl", V, F, TC);
test_common::load_mesh("000.wrl", V, F, TC);
printf("%d\n", V.rows());
ASSERT_EQ(36678, V.rows());
// ASSERT_EQ(, F.rows());
}