0
votes
6answers
54 views
3D Surface normal extractor
Hi All,
I have a 3D closed mesh object that has 3D 65.000 position coordinates.
For lighting purposes, I need a 3D surface normal extractor.
Could you help me to have it.
Thank …
2
votes
4answers
164 views
Mesh Generation in MATLAB
Is there any subroutine, in MATLAB, that takes in a list of points, and return me a good mesh that I can use to show to my colleagues, such as this?
Actually, all I need is just …
-1
votes
2answers
60 views
Creating spherical meshes with Direct x?
How do you go about creating a sphere with meshes in Direct-x? I'm using C++ and the program will be run on windows, only.
Everything is currently rendered through an IDiRECT3DDE …
0
votes
1answer
28 views
Wireless Mesh Network based on cheap consumer routers
I wanted to know if any such system already exists for the average open source user. With all of the net neutrality arguments around and with the cost of broadband likely to go up …
0
votes
2answers
87 views
Rendering a 3D mesh object
I have a problem about rendering a 3D mesh object. I prepared the 3D mesh object in C# and rendered it. Unfortunately, the edges that must be sharp are camber.
Could one explain m …
5
votes
4answers
132 views
How to map a point onto a warped grid
Say you have a collection of points with coordinates on a Cartesian coordinate system.
You want to plot another point, and you know its coordinates in the same Cartesian coordin …
0
votes
1answer
59 views
A Java Mesh Library ?
I'm currently looking for a Java Mesh Library.
If my understanding is correct, this would be something similar to OpenMesh.
All I've found at moment is JMesh 'A Polygonal Mesh Lib …
0
votes
0answers
18 views
getting Object properties for an object loaded in a canvas
I have loaded an object from an object file into the scene.
I peform some transformation,mapulation on it.
How am I able to retrive the new information of the object?
Eg:all verti …
2
votes
4answers
58 views
Rendering large numbers of meshes (objects)
I have a project where I am looking to render a large number of meshes over a 16 square mile landscape. While the meshes are not all unique, there are a lot of them (Probably only …
1
vote
2answers
162 views
Triangular mesh topology
Hi,
I've got a triangular mesh class which contains a list of nodes (2d in my case but that shouldn't matter) and a list of faces. Each face is a triangle and it only contains the …
4
votes
3answers
1k views
A Good 3D mesh library
I'm looking for a good 3D Mesh library
Should be able to read popular formats (OFF, OBJ...)
Should support both half-edge structure and a triangle soup
Should be tolerant to faul …
0
votes
4answers
112 views
Volume of a 3D closed mesh car object
Dear Sir,
I have a 3D closed mesh car object having a surface made up
triangles. I want to calculate its volume, center of volume and inertia tensor.
Could you help me
Regards. …
0
votes
0answers
65 views
Windows Live Mesh Limitations…
I am considering using Live Mesh to replace rdist, syncback(ftp tool) and a few other tools I use to sync files between systems. So I thought of asking these questions before I dec …
0
votes
2answers
24 views
Mesh networks resources
Anyone got any pointers to good resources concerning mesh networks? Maybe I'm not even using the correct terminology. I need to write an app that has multiple agents on various mac …
0
votes
1answer
398 views
Making a custom mesh in C# managed DirectX
I need to make a DirectX 3D mesh at run time using Managed DirectX from C#. I have not been able to locate any information on how to do this.
No, I can't use a 3D modeler progra …
