Results 1 to 10 of 10

Thread: How to convert *.txt files to *.obj files?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: How to convert *.txt files to *.obj files?

    @ChrisW67: I think the mentioned .txt files are in fact .obj files, which contains description of 3d meshes ( list of vertices, faces and edges, vertex groups info and material references, all in human-readable text format ), and babygal wants to convert those text files (.obj) to some kind of binary format, which is suitable for loading in her application.
    Anyway I think it could be good to ask on 3d max, blender, ZBrush, Ogre or something-related-to-3d community forum, it's more probable that you'll find help with mesh files format conversions there.
    Another thing is that writing an .obj parser is quite easy task, but if you don't feel like doing it, try asking on 3d-related community forum.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How to convert *.txt files to *.obj files?

    You could also look at MeshLab because they seem to handle a lot of file formats of this type and the source is available.

Similar Threads

  1. Replies: 9
    Last Post: 28th April 2010, 09:18
  2. Replies: 12
    Last Post: 17th June 2009, 05:34
  3. Convert Windows .rc files for use by Qt?
    By pineweasel in forum Newbie
    Replies: 1
    Last Post: 1st June 2009, 15:53
  4. visual studio project files - adding extra files
    By luf in forum Qt Programming
    Replies: 3
    Last Post: 13th June 2008, 21:05
  5. how to save sequences of text files and sound files
    By nagpalma in forum Qt Programming
    Replies: 8
    Last Post: 3rd July 2007, 00:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.