Top "Mesh" questions

Do NOT use for questions about mesh-networks.

What is the purpose of meshgrid in Python / NumPy?

Can someone explain to me what is the purpose of meshgrid function in Numpy? I know it creates some kind …

python numpy multidimensional-array mesh numpy-ndarray
Android OpenGL .OBJ file loader

There seem to be quite a number of OBJ mesh file loaders out there that people have developed for use …

android 3d opengl-es mesh
three.js - mesh group example? (THREE.Object3D() advanced)

I'm attempting to understand how to group / link child meshes to a parent. I want to be able to: drag …

object parent-child mesh three.js
How do I convert a polysurface to a mesh in Rhino3d

I extruded a curve then caped it and converted to a poly-surface. now I want to convert to a mesh, …

mesh rhino rhino3d
Algorithm for generating a triangular mesh from a cloud of points

In some simulation program we generate object surfaces in terms of points, each point has 3D coordinates and the vector …

algorithm geometry point mesh
How to change width of CubeGeometry with Three.js?

I have a cube geometry and a mesh, and i don't know how to change the width (or height... i …

animation three.js mesh
procedurally generate a sphere mesh

i am looking for an algorithm ( in pseudo code) that generates the 3d coordinates of a sphere mesh like this: …

3d mesh
How to get the width/height/length of a mesh in THREE.js

I been researching various places about trying to get the width and height of a mesh but I have been …

javascript three.js mesh collada
Can I generate Point Cloud from mesh?

I'm trying to generate point cloud data from mesh such as (.obj) file of Maya. But, I could find out …

3d mesh maya point-clouds meshlab
Algorithm or software for slicing a mesh

What is the right approach for slicing a 3D mesh? The mesh are all closed surfaces and the slices need …

c++ graphics visualization computational-geometry mesh