remove edge



hi

I need help. How can I remove an edge from mesh.
I have cube mesh loaded from file.
I use Index buffer to get faces and vertex buffer to get vertices,

Cube has 24 vertices and 12 faces, how can I remove one edge. I dont
know what vertices are shared

Normal cube have 8 vertices and 12 faces, how can i recognize what
vertices from 24 are shared by cube faces. I want to collapse one
edge.

Please help

.



Relevant Pages

  • Mesh Face/Vertices Relationship Problem
    ... I want the user to be able to select a point on a mesh, ... I've created a test harness program that draws a simply cube on ... is not creating an index buffer at all? ... the IntersectInformation that I get returned from my intersection test ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: Mesh Face/Vertices Relationship Problem
    ... index buffer you have to share everything about those vertices colors, ... face based on the normals at each corner. ... However a cube doesn't need vertex normals - ... > I want the user to be able to select a point on a mesh, ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: remove edge
    ... I use Index buffer to get faces and vertex buffer to get vertices, ... Cube has 24 vertices and 12 faces, how can I remove one edge. ... The reason they are duplicated is because normally you want sharp edges, but you can just define one normal per vertex. ... If you really want to collapse them the easiest approach would be: ...
    (comp.graphics.algorithms)
  • remove edge
    ... I use Index buffer to get faces and vertex buffer to get vertices, ... Cube has 24 vertices and 12 faces, how can I remove one edge. ... Normal cube have 8 vertices and 12 faces, ... I want to collapse one ...
    (microsoft.public.win32.programmer.directx.managed)
  • edge remove
    ... I use Index buffer to get faces and vertex buffer to get vertices, ... Cube has 24 vertices and 12 faces, how can I remove one edge. ... Normal cube have 8 vertices and 12 faces, ... I want to collapse one ...
    (microsoft.public.win32.programmer.directx.graphics)