Top "Mesh" questions

Do NOT use for questions about mesh-networks.

Display wireframe and solid color

Is it possible to display the wireframe of the object and also the solid color of its faces on the …

three.js mesh
Texture mapping using Meshlab

What is the easiest way of mapping a texture image on top of a bare 3D mesh using Meshlab, where …

graphics mesh meshlab
How to animate a 3d model (mesh) in OpenGL?

I want to animate a model (for example a human, walking) in OpenGL. I know there is stuff like skeleton-animation (…

opengl animation model mesh
Three.js multiple materials on object loaded via OBJMTLLoader

I have ".obj" and ".mtl" files of a model and I'm loading it via OBJMTLLoader. ".mtl" specifies texture to apply …

javascript three.js textures mesh
Three.js - How can I calculate the distance between two 3D positions?

I've already tried searching several different things on Google. Doesn't seem like I'm able to find anything. Thought I might …

camera three.js distance mesh between
Cutting mesh in realtime

I want to slice a mesh object into at least five parts. I've done some research and some people on …

c# unity3d mesh
Plot a grid of Gaussians with Matlab

With the following code I'm able to draw the plot of a single 2D-Gaussian function: x=linspace(-3,3,1000); y=x'; […

matlab plot mesh
Algorithm for determining whether a point is inside a 3D mesh

What is a fast algorithm for determining whether or not a point is inside a 3D mesh? For simplicity you …

algorithm intersection mesh point
Change the colors of a cube's faces

I actually found this question, but it says material.color doesn't exist. I need to know how to change the …

javascript colors three.js mesh face
Mesh Generation for Computational Science in Python

I have a need for a Python module/package that provides a mesh on which I can do computational science? …

python math computational-geometry mesh