0
votes
1answer
44 views
Planewidth after bending (using pv3d, as3dmod)
Hi there,
I got a huge problem. I'm stuck there for two weeks now.
It's seems pretty simple.
I'm creating a plane, mapping a texture to it.
After that I bend it, using the bend modifier from …
0
votes
2answers
119 views
Most basic transformed vertex-drawing with Direct3D
I'm absolutely new to DirectX and I'd like to draw some untransformed primitives with the most basic Direct3D configuration (for learning purposes). I already drew some primitives with transformed …
4
votes
2answers
487 views
Minimize Polygon Vertices
What is a good algorithm for reducing the number of vertices in a polygon without changing the way it looks very much?
Input: A polygon, represented as a list of points, with way too many verticies: …
3
votes
3answers
627 views
Best Algorithm to find the edges (polygon) of vertices
I have a large array of vertices, some of them are edges, some are redundant (inside the shape) and I want to remove those.
The simplest algorithm I could think of is checking one by one if they hit …
0
votes
4answers
308 views
Align point clouds via 3 points correlation?
Let's say I have 3 point clouds: first that has 3 points {x1,y1,z1}, {x2,y2,z2}, {x3,y3,z3} and second point cloud that has same points as {xx1, yy1, zz1}, {xx2,yy2,zz2}, {xx3,yy3,zz3}... I assume to …
