Home
last modified time | relevance | path

Searched refs:vertmap (Results 1 – 10 of 10) sorted by relevance

/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dpolyreduce.h71 vertmap[vi] = ovi; in PolyReduce()
72 vertmap[ovi] = vi; in PolyReduce()
81 if (vertmap[vi1] >= 0 && vertmap[vi1] != vi2 && vertmap[vi1] != vi3) { in PolyReduce()
95 vertmap[vertmap[vi1]] = -1; in PolyReduce()
113 vertmap[vertmap[kvi]] = -1; in PolyReduce()
117 vertmap[vertmap[vi]] = -1; in PolyReduce()
143 if (vertmap[triangles[t]] >= 0 && vertmap[triangles[t]] < triangles[t]) in PolyReduce()
146 for (size_t i = 0; i < verts.size(); i++) if (vertmap[i] >= 0 && vertmap[i] < (int)i) { in PolyReduce()
162 if (vertmap[i] >= 0) { in PolyReduce()
164 vertmap[i] = ni++; in PolyReduce()
[all …]
/dports/science/teem/teem-1.11.0-src/src/limn/
H A Dpolyfilter.c76 vertmap = AIR_CAST(unsigned int *, nvertmap->data); in limnPolyDataSpiralTubeWrap()
78 vertmap = NULL; in limnPolyDataSpiralTubeWrap()
176 if (vertmap) { in limnPolyDataSpiralTubeWrap()
216 if (vertmap) { in limnPolyDataSpiralTubeWrap()
217 vertmap[outVertTotalIdx] = inVertTotalIdx; in limnPolyDataSpiralTubeWrap()
249 if (vertmap) { in limnPolyDataSpiralTubeWrap()
250 vertmap[outVertTotalIdx] = inVertTotalIdx; in limnPolyDataSpiralTubeWrap()
286 if (vertmap) { in limnPolyDataSpiralTubeWrap()
305 if (vertmap) { in limnPolyDataSpiralTubeWrap()
306 vertmap[outVertTotalIdx] = inVertTotalIdx; in limnPolyDataSpiralTubeWrap()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/tools/io_mesh_qfmdl/
H A Dexport_mdl.py118 vertmap = [] # map mdl vert num to blender vert num (for 3d verts)
135 vertmap.append(vuv[0])
139 return tris, stverts, vertmap
153 def make_frame(mesh, vertmap): argument
155 for v in vertmap:
242 def process_frame(mdl, scene, frame, vertmap, ingroup = False, argument
262 fr.add_frame(process_frame(mdl, scene, f, vertmap, True,
273 fr = make_frame(mesh, vertmap)
288 mdl.tris, mdl.stverts, vertmap = build_tris(mesh)
296 vertmap))
[all …]
/dports/games/linwarrior/linwarrior/tools/mm3d/MD5MeshPlugin/
H A Dmodfilter.cc189 std::map< unsigned, unsigned > vertmap; in printMesh() local
214 if (vertmap.find( vertidx[i] ) == vertmap.end()) in printMesh()
216 vertmap[vertidx[i]] = vertcnt; in printMesh()
231 unsigned numverts = vertmap.size(); in printMesh()
258 …dst->writePrintf( "\ttri %i %i %i %i\n", i, vertmap[vertidx[2]], vertmap[vertidx[1]], vertmap[vert… in printMesh()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dpolyset-utils-old.cc151 std::map<CDTPoint,Vector3d> vertmap; in triangulate_polygon() local
158 vertmap[ cdtpoint ] = v3; in triangulate_polygon()
180 Vector3d v1 = vertmap[p1]; in triangulate_polygon()
181 Vector3d v2 = vertmap[p2]; in triangulate_polygon()
182 Vector3d v3 = vertmap[p3]; in triangulate_polygon()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dpolyset-utils-old.cc151 std::map<CDTPoint,Vector3d> vertmap; in triangulate_polygon() local
158 vertmap[ cdtpoint ] = v3; in triangulate_polygon()
180 Vector3d v1 = vertmap[p1]; in triangulate_polygon()
181 Vector3d v2 = vertmap[p2]; in triangulate_polygon()
182 Vector3d v3 = vertmap[p3]; in triangulate_polygon()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModelIO_NEU.cpp167 hashMap<unsigned, std::vector<unsigned> >::_ vertmap; in writeNEU() local
172 vertmap[numVertex].push_back(tri->getNum()); in writeNEU()
180 vertmap[numVertex].push_back(quad->getNum()); in writeNEU()
188 for(auto &it : vertmap) { std::sort(it.second.begin(), it.second.end()); } in writeNEU()
221 std::vector<unsigned> current = vertmap[verts[0]->getNum()]; in writeNEU()
225 vertmap[verts[j]->getNum()].begin(), in writeNEU()
226 vertmap[verts[j]->getNum()].end(), in writeNEU()
/dports/graphics/blender/blender-2.91.0/intern/dualcon/intern/
H A DProjections.cpp24 const int vertmap[8][3] = { variable
193 int64_t proj = (vertmap[i][0] * cube_proj.edges[0] + vertmap[i][1] * cube_proj.edges[1] + in CubeTriangleIsect()
194 vertmap[i][2] * cube_proj.edges[2]); in CubeTriangleIsect()
H A Doctree.cpp501 nst[i][j] = st[j] + len * vertmap[i][j]; in trace()
971 st[0] + len * vertmap[i][0], st[1] + len * vertmap[i][1], st[2] + len * vertmap[i][2]}; in patch()
1464 rst[0] = st[0] + vertmap[ind][0] * len; in locateCell()
1465 rst[1] = st[1] + vertmap[ind][1] * len; in locateCell()
1466 rst[2] = st[2] + vertmap[ind][2] * len; in locateCell()
2112 nst[0] = st[0] + vertmap[i][0] * len; in floodFill()
2113 nst[1] = st[1] + vertmap[i][1] * len; in floodFill()
2114 nst[2] = st[2] + vertmap[i][2] * len; in floodFill()
2377 nst[0] = st[0] + vertmap[i][0] * len; in generateMinimizer()
2378 nst[1] = st[1] + vertmap[i][1] * len; in generateMinimizer()
[all …]
H A DProjections.h41 extern const int vertmap[8][3];