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

Thread: 3ds to Ascii

  1. #1
    Guest

    3ds to Ascii

    Does anybody know if there is a converter available or can be created to convert a 3DS Max file in to an ascii file in a particular format.

    e.g.

    A rectangular face with the following vertice format starting from the top left going counterclockwise.

    x1,z1,y1
    x2,z2,y2
    x3,z3,y3
    x4,z4,y4

    Thanks for any help or info.

  2. #2
    Junior Member Regular Contributor
    Join Date
    Mar 2001
    Posts
    186

    Re: 3ds to Ascii

    too late! there already is a 3DS text format. look up on ASC files. check wotsit

    b

  3. #3
    Guest

    Re: 3ds to Ascii

    Appreciate your help!

    But which if any of the files on that site will create the out in the format I described above.

    Again, any help or suggestions appreciated.

  4. #4
    Intern Contributor
    Join Date
    Apr 2002
    Location
    brooklyn, ny
    Posts
    72

    Re: 3ds to Ascii

    none ..

    All faces in 3Dmax are made out of Triangles !!!! why would you want 4-vert faces anyway ?

  5. #5
    Guest

    Re: 3ds to Ascii

    That is the problem - need rectangles and only where it can't be avoided, triangles.

    To apply a bitmap to a triangle is not a good option, although doable - but the result is less than pleasing, since it will get distorted.

    Thanks

  6. #6
    Intern Contributor
    Join Date
    Apr 2002
    Location
    brooklyn, ny
    Posts
    72

    Re: 3ds to Ascii

    well, Meshes are ONLY made from triangles .. You have no choice ..

Posting Permissions

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