CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2005
    Posts
    17

    Open gl, STL file veiwer

    I need to read STL file and dispaly it in Open gl environment using STL library of VC++ in MFC environment. Can anybody help me.

    Thank you.

  2. #2
    Join Date
    Nov 2004
    Posts
    199

    Re: Open gl, STL file veiwer

    Hello,
    what do you mean ? If exist a .stl file like 3d object files, you should find its documentation's format.

    Bye

  3. #3
    Join Date
    May 2005
    Location
    Cuba
    Posts
    3

    Question Re: Open gl, STL file veiwer

    Hello:
    A sometimes anybody request you about your quetions?.
    Please, I'm the same doubt

    Sorry if my english not perfect.

    hurkel

  4. #4
    Join Date
    Feb 2007
    Posts
    1

    Re: Open gl, STL file veiwer

    hello!
    I gotta do the same thing as you, that is read a stereo lithography (.StL) file and draw it into an opengl window.
    If you've found a solution, I'd be glad to know about it!
    Thanks a lot and please forgive me for my english.

    Tobi.

  5. #5
    Join Date
    Oct 2005
    Posts
    166

    Re: Open gl, STL file veiwer

    If there is not a public file format documentation, find if exist a tool that export that data to ASCII format. See if the following can help you:

    http://lithography.qarchive.org

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured