Top "Mesh" questions

Do NOT use for questions about mesh-networks.

How to draw (semi-)logarithmic 3d plots? (Matlab)

I know semilogx and semilogy for 2D plots. There is any equivalent for SURF and MESH?

matlab plot mesh surf
Lightweight OBJ mesh file loader for C/C++?

I'm looking for a simple lightweight Wavefront OBJ mesh file reader for C or C++. (ie. given a mesh in …

c++ input geometry mesh
Get border edges of mesh - in winding order

I have a triangulated mesh. Assume it looks like an bumpy surface. I want to be able to find all …

algorithm geometry mesh triangulation convex-polygon
How do I convert a 3D point cloud (.ply) into a mesh (with faces and vertices)?

I have a 3-D point cloud file with 1 million points that I need to convert into a mesh file in …

python mesh point-clouds delaunay trimesh
Convert mesh to stl/obj/fbx in runtime

I am looking for a way to export a mesh into stl/obj/fbx format at runtime and save it …

c# android unity3d mesh fbx
Mesh to mesh intersections

I'm looking for a library or a paper that describes how to determine if one triangular mesh intersects another. Interestingly …

computational-geometry mesh surface triangulation
Create mesh from point cloud

I have a set of points that need to be constructed as a set of triangular faces to form a …

mesh construction
In Python, how do I voxelize a 3D mesh

I need help on getting started in Python (which I almost know nothing of) to voxelize a 3D mesh generated …

python 3d mesh .obj voxel
Blender import in Unity, how to generate correct mesh collider?

How to get/generate a proper mesh collider in Unity using a model exported from Blender (.obj/.fbx)? This is …

unity3d blender mesh collider
Fast 2-D interpolation in Python with SciPy regular grid to scattered / irregular evaluation

I have a regular grid of training values (vectors x and y with respective grids xmesh and ymesh and known …

python numpy scipy interpolation mesh