马迪
马迪
why there's no non-manifold vertex/edge on my [mesh](https://bonneeds.oss-cn-hangzhou.aliyuncs.com/stl/test.stl)? both `is_vertex_manifold` and `is_edge_manifold` return true; does `is_edge_manifold` allow boundary edges? ``` Eigen::MatrixXd V; Eigen::MatrixXi F; igl::read_triangle_mesh("test.stl", V, F); Eigen::MatrixXi B; bool...
@jdumas thanks for your reply! `igl::boundary_loop()` returns `0,1,2` and `igl::boundary_facets()` returns the whole mesh's faces; did i miss something? ``` Eigen::MatrixXd V; Eigen::MatrixXi F; igl::read_triangle_mesh("test.stl", V, F); Eigen::VectorXi bnd; igl::boundary_loop(F,...
> boundary_loop returns a list of vertices along the boundary loop(s) of the mesh. boundary_facets returns a #E x 2 matrix of all the boundary edge indices. does this depend...
Android is one of most important platforms now, any plan to support ARMv7 ARM64 @dybvig ? Chez Scheme is a great fit( small and effective ) of script programming on...
尝试增加宏定义:`NOMINMAX` `target_compile_definitions(${PROJECT_NAME} PRIVATE -DNOMINMAX)`
have spent almost a full day tracking here. the project I maintain indirectly depends on swr via `ant-design/pro-layout`, recently got this error when pack, suspecting it had something to do...
i modify the `BOOST_URL` in `boost/CMakeLists.txt` to bypass this problem