Home
last modified time | relevance | path

Searched refs:remainingFace (Results 1 – 11 of 11) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Wavefront/
H A Dtiny_obj_loader.cpp238 face_t remainingFace = face; // copy in exportFaceGroupToShape() local
245 size_t previousRemainingVertices = remainingFace.size(); in exportFaceGroupToShape()
249 npolys = remainingFace.size(); in exportFaceGroupToShape()
270 ind[k] = remainingFace[(guess_vert + k) % npolys]; in exportFaceGroupToShape()
295 remainingFace[removed_vert_index] = in exportFaceGroupToShape()
296 remainingFace[removed_vert_index + 1]; in exportFaceGroupToShape()
299 remainingFace.pop_back(); in exportFaceGroupToShape()
302 if (remainingFace.size() == 3) in exportFaceGroupToShape()
304 i0 = remainingFace[0]; in exportFaceGroupToShape()
305 i1 = remainingFace[1]; in exportFaceGroupToShape()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Wavefront/
H A Dtiny_obj_loader.cpp238 face_t remainingFace = face; // copy in exportFaceGroupToShape() local
245 size_t previousRemainingVertices = remainingFace.size(); in exportFaceGroupToShape()
249 npolys = remainingFace.size(); in exportFaceGroupToShape()
270 ind[k] = remainingFace[(guess_vert + k) % npolys]; in exportFaceGroupToShape()
295 remainingFace[removed_vert_index] = in exportFaceGroupToShape()
296 remainingFace[removed_vert_index + 1]; in exportFaceGroupToShape()
299 remainingFace.pop_back(); in exportFaceGroupToShape()
302 if (remainingFace.size() == 3) in exportFaceGroupToShape()
304 i0 = remainingFace[0]; in exportFaceGroupToShape()
305 i1 = remainingFace[1]; in exportFaceGroupToShape()
[all …]
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/tinyobj/
H A Dtiny_obj_loader.h1164 face_t remainingFace = face; // copy in exportGroupsToShape() local
1170 npolys = remainingFace.vertex_indices.size(); in exportGroupsToShape()
1204 if (idx >= remainingFace.vertex_indices.size()) { in exportGroupsToShape()
1209 size_t ovi = size_t(remainingFace.vertex_indices[idx].v_idx); in exportGroupsToShape()
1254 remainingFace.vertex_indices[removed_vert_index] = in exportGroupsToShape()
1255 remainingFace.vertex_indices[removed_vert_index + 1]; in exportGroupsToShape()
1258 remainingFace.vertex_indices.pop_back(); in exportGroupsToShape()
1261 if (remainingFace.vertex_indices.size() == 3) { in exportGroupsToShape()
1262 i0 = remainingFace.vertex_indices[0]; in exportGroupsToShape()
1263 i1 = remainingFace.vertex_indices[1]; in exportGroupsToShape()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/
H A Dtiny_obj_loader.h1424 face_t remainingFace = face; // copy in exportGroupsToShape() local
1435 while (remainingFace.vertex_indices.size() > 3 && in exportGroupsToShape()
1437 npolys = remainingFace.vertex_indices.size(); in exportGroupsToShape()
1481 if (idx >= remainingFace.vertex_indices.size()) { in exportGroupsToShape()
1531 remainingFace.vertex_indices[removed_vert_index] = in exportGroupsToShape()
1532 remainingFace.vertex_indices[removed_vert_index + 1]; in exportGroupsToShape()
1535 remainingFace.vertex_indices.pop_back(); in exportGroupsToShape()
1538 if (remainingFace.vertex_indices.size() == 3) { in exportGroupsToShape()
1539 i0 = remainingFace.vertex_indices[0]; in exportGroupsToShape()
1540 i1 = remainingFace.vertex_indices[1]; in exportGroupsToShape()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/tinyobjloader/
H A Dtiny_obj_loader.h1438 face_t remainingFace = face; // copy in exportGroupsToShape() local
1449 while (remainingFace.vertex_indices.size() > 3 && in exportGroupsToShape()
1451 npolys = remainingFace.vertex_indices.size(); in exportGroupsToShape()
1495 if (idx >= remainingFace.vertex_indices.size()) { in exportGroupsToShape()
1545 remainingFace.vertex_indices[removed_vert_index] = in exportGroupsToShape()
1546 remainingFace.vertex_indices[removed_vert_index + 1]; in exportGroupsToShape()
1549 remainingFace.vertex_indices.pop_back(); in exportGroupsToShape()
1552 if (remainingFace.vertex_indices.size() == 3) { in exportGroupsToShape()
1553 i0 = remainingFace.vertex_indices[0]; in exportGroupsToShape()
1554 i1 = remainingFace.vertex_indices[1]; in exportGroupsToShape()
[all …]
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/
H A Dtiny_obj_loader.h1572 face_t remainingFace = face; // copy in exportGroupsToShape() local
1582 remainingFace.vertex_indices.size(); in exportGroupsToShape()
1584 while (remainingFace.vertex_indices.size() > 3 && in exportGroupsToShape()
1586 npolys = remainingFace.vertex_indices.size(); in exportGroupsToShape()
1630 if (idx >= remainingFace.vertex_indices.size()) { in exportGroupsToShape()
1681 remainingFace.vertex_indices[removed_vert_index] = in exportGroupsToShape()
1685 remainingFace.vertex_indices.pop_back(); in exportGroupsToShape()
1688 if (remainingFace.vertex_indices.size() == 3) { in exportGroupsToShape()
1689 i0 = remainingFace.vertex_indices[0]; in exportGroupsToShape()
1690 i1 = remainingFace.vertex_indices[1]; in exportGroupsToShape()
[all …]
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/tiny_obj_loader/
H A Dtiny_obj_loader.h1577 face_t remainingFace = face; // copy in exportGroupsToShape() local
1587 remainingFace.vertex_indices.size(); in exportGroupsToShape()
1589 while (remainingFace.vertex_indices.size() > 3 && in exportGroupsToShape()
1591 npolys = remainingFace.vertex_indices.size(); in exportGroupsToShape()
1635 if (idx >= remainingFace.vertex_indices.size()) { in exportGroupsToShape()
1686 remainingFace.vertex_indices[removed_vert_index] = in exportGroupsToShape()
1690 remainingFace.vertex_indices.pop_back(); in exportGroupsToShape()
1693 if (remainingFace.vertex_indices.size() == 3) { in exportGroupsToShape()
1694 i0 = remainingFace.vertex_indices[0]; in exportGroupsToShape()
1695 i1 = remainingFace.vertex_indices[1]; in exportGroupsToShape()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DBrush.cpp77 BrushFace* remainingFace = remainingGeometry->payload(); in facesWillBeMerged() local
78 assert(remainingFace != NULL); in facesWillBeMerged()
79 remainingFace->invalidate(); in facesWillBeMerged()
225 BrushFace* remainingFace = remainingGeometry->payload(); in facesWillBeMerged() local
226 assert(remainingFace != NULL); in facesWillBeMerged()
227 remainingFace->invalidate(); in facesWillBeMerged()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DPolyhedron_VertexManipulation.h854 Face* remainingFace = NULL;
862 remainingFace = curEdge->face();
881 callback.facesWillBeMerged(remainingFace, face);
891 remainingFace->replaceEntireBoundary(boundary);
930 return remainingFace;
H A DPolyhedron_ConvexHull.h314 Face* remainingFace = m_faces.front(); in addPointToPolyhedron() local
316 vertices.reserve(remainingFace->vertexCount()); in addPointToPolyhedron()
317 remainingFace->getVertexPositions(std::back_inserter(vertices)); in addPointToPolyhedron()
/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgstopologicalmesh.cpp970 const QList<int> remainingFace = qgis::setToList( nonThreadedFaces ); in renumberFaces() local
973 for ( const int i : remainingFace ) in renumberFaces()