Searched refs:otherface (Results 1 – 7 of 7) sorted by relevance
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/Wings3DExporter/ |
H A D | mesh.py | 198 otherface = f2 200 otherface = f1 201 if otherface not in same_smooth: 203 buf.append(otherface)
|
/dports/graphics/ogre3d/ogre-1.11.6/Tools/Wings3DExporter/ |
H A D | mesh.py | 198 otherface = f2 200 otherface = f1 201 if otherface not in same_smooth: 203 buf.append(otherface)
|
/dports/science/sparta/sparta-20Oct2021/src/ |
H A D | marching_cubes.cpp | 482 int ntri_other,othercell,otherface,otherproc,otherlocal,othernsurf; in cleanup() local 584 if (iface % 2) otherface = iface-1; in cleanup() 585 else otherface = iface+1; in cleanup() 595 ntri_other = nfacetri[othercell][otherface]; in cleanup() 624 nfacetri[othercell][otherface] = 0; in cleanup() 627 m = facetris[othercell][otherface][0]; in cleanup() 634 m = facetris[othercell][otherface][1]; in cleanup() 674 dellist[ndelete++] = facetris[othercell][otherface][0]; in cleanup() 675 dellist[ndelete++] = facetris[othercell][otherface][1]; in cleanup() 696 bufsend[nsend].otherface = otherface; in cleanup() [all …]
|
H A D | marching_cubes.h | 47 int othercell,otherface; member
|
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/mesh_inset/ |
H A D | offset.py | 207 otherface = offset.facespokes[other.face] 208 othernext = otherface[(other.index + 1) % len(otherface)]
|
/dports/science/mpqc/mpqc-2.3.1/src/lib/math/isosurf/ |
H A D | implicit.c | 734 static int otherface (edge, face) in otherface() function 767 face = otherface(edge, face); in makecubetable()
|
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/ |
H A D | mball_tessellate.c | 745 static int otherface(int edge, int face) in otherface() function 793 face = otherface(edge, face); in makecubetable()
|