A polygon mesh or unstructured grid is a collection of vertices, edges and faces that defines the shape of a polyhedral object in 3D computer graphics and solid modeling.
0
votes
0answers
3 views
Viewpoint sampling a 3D mesh model
I have a 3D mesh model stored in .ply format. I need to view this model from many different viewpoints, i.e. simulate putting the camera at a give [x,y,z] coordinate. Then I will need to save a 2D ...
0
votes
1answer
25 views
Reading .ply files in matlab
How do I read a mesh file (.ply) and display it in Matlab?
Also, how can I change the camera viewpoint of said model?
Thanks
0
votes
0answers
19 views
Merging meshes does not produce object with multiple colors
I've been working with three.js to create 3D objects for a library of 2D objects. An issue I've been having is when I create an object by merging different meshes together they only take the material ...
0
votes
0answers
16 views
Metis API through Fortran
I'm trying to partition a mesh using METIS through Fortran, I built the lib file using Visual Studio 10.0 X64 on an X64 Windows 7 system, my program is as the following:
module metis_vars
use ...
-2
votes
0answers
13 views
Occlusion Culling in a Mesh - readily Software
i am working with a kinect and generate meshes, representating the objects that are visible in this scene. For evaluation i want to compare it with a high accurate, offline generated ,model of the ...
1
vote
2answers
60 views
How to correct winding of triangles to counter-clockwise direction of a 3D Mesh model?
First of all let me clear .. I am not asking about 2D mesh, to determine the winding order of 2D mesh its very easy with normal-z direction.
Second is, I am not asking any optimized algorithm, I do ...
3
votes
1answer
37 views
Matlab - customize surface color depending on a parameter
I have a problem in customizing colors of a surface plot (trisurf or trimesh).
I would like every face to have a color depending on the relative strain value (calculated for every triangle of the ...
0
votes
1answer
28 views
How can i find area of an element in a meshed surface using python
I am new to python . So help me in this. I have X,Y,Z coordinates(3D data points), lets say 1000 points, which makes a surface in 3d space. I have to find the total surface area of it.
This can be ...
0
votes
1answer
21 views
Error using mesh, matlab
I keep getting this error:
Error using mesh (line 76)
Z must be a matrix, not a scalar or vector.
here is code:
f = @(x,y)( get( handles.funkcja , 'string' ) );
[x,y] = ...
0
votes
0answers
9 views
Tween.js animation
Can Tween.js be used for 3d objects?
How would I declare it?
Something like:
tw = new Tween(myObject, {x:10, y:0, z:0},300).start();
In the above case I want to move object myObject to position ...
0
votes
1answer
31 views
Octave 3D mesh, data from file
I have a big file with 3 columns: density, dimension, value.
example:
10 0.3 200
10 0.4 300
20 0.3 250
20 0.4 320
...
I am trying to draw a 3d plot - mesh with mesh() function in octave, like this:
...
0
votes
2answers
36 views
Displaying Mesh in Vbo with different point sizes?
I'm trying to display a Mesh as points with a Vbo in openFrameworks.
I would like all the points to have different sizes, is there a way to do that?
1
vote
0answers
23 views
plot line over mesh in octave
I'm printing data with the 'mesh' function obtaining something like this:
Using this function:
function plotState(x,y,z)
mesh(x,y,z);
I was wondering if there is any way to plot a line over this ...
1
vote
0answers
31 views
Efficient topological data structure for meshes on CUDA?
In a university project my group's task is to implement Mesh Based Surface Tracking on CUDA.
For that, we need a topological data structure for triangular meshes.
In a CPU implementation I would use ...
1
vote
2answers
67 views
three.js: rendering 3d text with custom texture
I've been wondering is it possible to do skinning to the 3d text with loaded images as texture? I knew you could do it with cubes and others since most of the sample were showing tutorials how to do ...
0
votes
0answers
55 views
Three.js - BinaryLoader vs. BufferGeometry for large meshes?
I'm looking for a most efficient way to load large polygonal meshes (up to 1M triangles) to Three.js. I'm considering either using BufferGeometry object or loading with BinaryLoader. My questions are:
...
0
votes
0answers
44 views
3D Model loading in DirectX
At the moment I am trying to implement fbx model loading in my DirectX 11 code. This is old code I had create for use with DirectX 9 and I'm simply trying to bring it back up to date.
Since I first ...
0
votes
2answers
286 views
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 to a model, and three.js loads model and renders it with applied texture just fine.
...
-1
votes
1answer
43 views
Create a hierarchical mesh library with Blender and Python [closed]
I would like to create a simple mesh library.
The panel should look something like this:
Mesh Library Panel
| New Group | New Mesh |
Group 1
Mesh1
Mesh2
Mesh3
Group 2
Mesh1
...
0
votes
0answers
23 views
How to Crop a 3D model with a 3D model?
If i have two models M1 and M2, how do i do so when M2 is inside M1 it will crop M1?
I was thinking on remove all verticles in M1 that are inside M2 and then copy all verticles in M2 that are inside ...
0
votes
0answers
18 views
Triangle Mesh and serious issue with Opensource projects
I have been trying to write a program which can read .Stl files and find geometric errors (like inverted normals, bad edge, mesh holes) and fix them. I did write one in C# but considering the ...
0
votes
0answers
54 views
three.js - how to replace a mesh geometry w/o recreating the mesh
I'm loading several STL files (one by one) into the same scene. Those files are different LODs of the same model (from low-poly to high-poly). I'd like to simulate a continuous model update from low ...
5
votes
1answer
131 views
Minimal surface solution in Python
I have a set of 3D points defining a 3D contour. What I want to do is to obtain the minimal surface representation corresponding to this contour (see Minimal Surfaces in Wikipedia). Basically this ...
0
votes
0answers
50 views
No Geometry OBJLoader three.js?
Does the OBJLoader not return an object with geometry?
I want to merge a loaded model into an existing.
My code looks like this:
var loader = new THREE.OBJLoader();
loader.addEventListener( 'load', ...
0
votes
0answers
28 views
How to create a shadow for an already created Mesh in Java using Jogl
I already create a mesh which represents a flag in java using jogl. I will appreciate any advice's on how i can create a shadow for the flag/mesh. I already research about it and i couldn't find any ...
0
votes
1answer
40 views
How to set up UVs for Texture borders
I'm generating a plane that is able to scale without the edges of the texture being affected pixel wise. The plane needs to be able to keep its border proportion but be able to stretch to almost any ...
0
votes
0answers
30 views
The mesh contains self intersecting faces after mesh smoothing
all
I obtain an triangle mesh after the reconstruction process. To remove the noise, I try to smooth the mesh.
Some triangles appear dark in MeshLab after the smoothing operation. The smoothing ...
1
vote
1answer
46 views
ShapeRenderer Transformations Interfering with Mesh Transformations in LibGDX
I'm working on a game with a lot of rotational transformations and I'm running into a problem with something that seems pretty simple - I assume I'm doing something wrong.
I draw a triangle with a ...
1
vote
2answers
46 views
.mesh file “ref” var explanation
I am trying to understand the .mesh files, usually generated for mesh visualization with Medit.
The documentation is here, but it is in french.
The thing I understand is that after every line ...
1
vote
1answer
93 views
C++ DirectX - texturing a 2D mesh
In DirectX I've been working with textured quads using the following struct:
struct TLVERTEX
{
float x;
float y;
float z;
D3DCOLOR colour;
float u;
float v;
};
However I ...
1
vote
1answer
39 views
How to limit x-axis of 3D animated mesh in MATLAB
I have an animated 3D mesh of a sine wave, but i want to limit all my axis to specific ranges.
Here is a piece my code:
[x,t] = meshgrid(x,t);
j=1;
while 1
j=j+1;
y = ...
0
votes
1answer
93 views
How to animate this 3D plot in Matlab?
My current code :
a=7
f=10
T=1/f;
v=40
wl=v/f;
x1=1;
x2=30
step=0.01
t=x1:step:x2;
x=x1:step:x2;
y=a*sind(2*pi*f*(t+(x*T)/wl));
h=plot3(x,y,t);
set(h,'EraseMode','xor','MarkerSize',20)
...
0
votes
0answers
52 views
Making a Face of a 3D Mesh Face “Up” in Blender (Python)
I have been struggling with this for a couple weeks now. How can I get a selected face of an object to point "up"? Is there a built in function to make this simple? Will I have to take more math ...
0
votes
1answer
90 views
C# Direct X 9.0c - Mesh Intersect
I want to get a Collide Vector of a Mesh using a Up-Vector.
I have a position and a Up Vector.. with this booth i calculate the far vector
public Vector3 SetPlayerToGround(Matrix Object, Matrix ...
0
votes
0answers
37 views
Delaunay triangulation of texture to vertex color
I've read article about very good usage of vertex colors. It describes a technique to convert bitmap to a tessellated sphere with vertex colors to be used as a skybox. Here is a link: ...
3
votes
2answers
161 views
How to find out whether a triangle mesh is concave or not?
Given a three dimensional triangle mesh, how can I find out whether it is convex or concave? Is there an algorithm to check that? If so it would be useful to define a tolerance range to ignore small ...
0
votes
2answers
116 views
C# Managed DirectX - How can i rotate a Mesh to any Vector?
I want to write a Funktion where i can rotete a Mesh to a Point in 3D Space.
But i cant find any Examples for my Solution.
It should look like the following Code:
public void RotateMesh(Vector3 ...
0
votes
1answer
75 views
How to align a face to a position in world space?
I have a mathematical problem. Let's say I have a face (with 3 or 4 vertices) at some world position. I want to translate/rotate the mesh so that the face is "facing" up and is centered (0,y,0). What ...
0
votes
1answer
56 views
Maya: Create temporary MFnMEsh for smooth export
Im writing an exporter that exports the subdivision preview mesh via the 'generateSmoothMesh()' method like this:
MFnMesh mesh(mesh_dag_path);
MFnMesh subdiv_mesh(mesh.generateSmoothMesh());
but ...
0
votes
2answers
127 views
Unity 4 Character Mesh Collider not aligned - character falls through. Image attached inc source unity asset link
Hello Peeps (first post yay).
I have just started to learn about unity and still going through various tutorials and learning the interface along with C#.
I am running Unity 4 and downloaded a free ...
0
votes
0answers
16 views
Physijs, BoxMesh : the property “properties”
I created a BoxMesh :
var cube = new Physijs.BoxMesh(new THREE.CubeGeometry(500, 10, 500), cube_material);
I want to add specific properties to the BoxMesh. Can I use the property "properties" of ...
0
votes
0answers
55 views
raycasting with kinect how far is image from camera?
I generated a mesh with kinect fusion, I would like to texture my mesh using raycasting.
But in order for this to work I need three things:
Mesh position (Done)
camera/eye position (Done)
...
1
vote
1answer
60 views
Mesh function seems to swap x and y values
I am trying to plot a very simple function in the 3d plane.
f=zeros(101,101);
xs=0:0.1:10;
ys=0:0.1:10;
for j=1:101
f(1,j)=ys(j);
end
Here are 3 plots:
The first is a plot of f vs x at ...
0
votes
1answer
48 views
Retrieving mesh points of a CAD object
I would like to implement functionality that would allow me to export (mesh) points of the surface of a CAD object into a file.
I have had a look at some CAD applications but can't find any that ...
0
votes
1answer
136 views
saving CGAL alpha shape surface mesh
I have never used CGAL and have got almost no C/C++ experience. But following
Google I have however managed to compile the example "Alpha_shapes_3"
(\CGAL-4.1-beta1\examples\Alpha_shapes_3) on a ...
0
votes
0answers
70 views
Get all the points of a geosphere in Matlab
I have created a geosphere, and now I want to be able to choose a slice and see the circle drawn in that slice by the geopshere. the problem is that only the coincident vertices's in that slice are ...
0
votes
0answers
66 views
How to generate 3D mesh of real terrain?
I'm looking for a best method and tools to generate 3D mesh of some real terrain. Road and roadside to be exact - length up to 10km and width no more than 120m. I'd need to get as a result a mesh ...
4
votes
2answers
239 views
How can I create a triangulated sphere using 'isosurface' function of MATLAB
How can I create a Triangulated sphere with faces of triangles with the same area each one.
I want something like this,
http://imageshack.us/a/img198/5041/71183923.png
and I searched and saw I ...
0
votes
1answer
106 views
Drawing 3D points in Matlab and connect them in order via line
I have an array that contains 3D float points. Not only I want to depict them in a figure but also I want to connect them with lines.
Example) lets say we have array called X:
X=[0, 0, 0; 0.48, ...
2
votes
1answer
51 views
Is there a python library capable of calculating the dual of a 3D mesh?
I looked into python-graph and the python bindings for the boost graph library but did not find anything relevant regarding the dual-ization of meshes (the vertices of the dual are the faces of the ...



