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 2 of 2

Thread: Opening UG(unigraphics file ) in Opengl

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2009
    Posts
    9

    Opening UG(unigraphics file ) in Opengl


    I have a .prt file (UG file) that i want to open in openGL
    I was able to open .dxf file in this.
    has anybody tried to open these files.
    can i get the library files to open .prt or UG files in Opengl
    help

  2. #2
    Intern Contributor
    Join Date
    Mar 2008
    Location
    Singapore
    Posts
    67

    Re: Opening UG(unigraphics file ) in Opengl

    Hi Hiten,

    OpenGL cannot, by itself, open a .prt file.

    What you need to do is use some external library to read the file. And then apply the gl transformations in your openGL context.

    I'm not sure what library or dll you can use for that. I did a google search but didn't find much.

Posting Permissions

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