Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: GLIntercept with OGLE Plugin Problem

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2010
    Posts
    2

    GLIntercept with OGLE Plugin Problem

    Hi Anybody

    I have a problem with the program GLIntercept and the associated plugin OGLE.
    If I convert to an OBJ file, the connection between solving the polys. Is this normal or is there a way to import the mesh clean?

    For help, I would be really grateful.

  2. #2
    Senior Member OpenGL Pro sqrt[-1]'s Avatar
    Join Date
    Jun 2002
    Location
    Australia
    Posts
    1,006

    Re: GLIntercept with OGLE Plugin Problem

    I might be able to help, but I am not sure I understand your problem.

    Are you dumping a scene to an obj file and only want some of the meshes?

  3. #3
    Junior Member Newbie
    Join Date
    Oct 2010
    Posts
    2

    Re: GLIntercept with OGLE Plugin Problem

    Sorry for my bad Translatorenglish.
    My problem is not the import of the file.
    But after the import i have many doubled Vertices.
    Each Poly is import as a single object.

    I can remove this doubles by using the "remove doubles" function
    but this is a hard work.

    I hope you understand my problem.

  4. #4
    Senior Member OpenGL Pro sqrt[-1]'s Avatar
    Join Date
    Jun 2002
    Location
    Australia
    Posts
    1,006

    Re: GLIntercept with OGLE Plugin Problem

    What application are you capturing this data from?

    If I understand you correctly, you are saying that the captured mesh has multiple layers of polygons at the same position.

    If this is the case, there is a fair chance that the application you are capturing is doing multi-pass rendering. If you are a programmer it should be fairly easy to write a program to remove the duplicate geometry from the obj file.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •