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: open dxf file

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2000
    Posts
    14

    open dxf file

    Can I say opengl to open for example a dxf file or any other 3dfile format and make a 3dobject from this file?

    Thanks

    Shadow

  2. #2
    Intern Contributor
    Join Date
    Feb 2000
    Location
    Breda, Netherlands
    Posts
    57

    Re: open dxf file

    Sorry, but you can't. You need to load them yourself, and give the data to OpenGL via glVertex3f() or something like those.

    John

  3. #3
    Junior Member Newbie
    Join Date
    Jun 2000
    Posts
    14

    Re: open dxf file

    Ok thanks
    are there any tutorials how a dxf or 3ds file is buildet. Means what must i read in first and what values stands for what.

    Shadow

  4. #4
    Intern Contributor
    Join Date
    Feb 2000
    Location
    Breda, Netherlands
    Posts
    57

    Re: open dxf 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
  •