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: Upload 3D model

  1. #1
    Junior Member Newbie
    Join Date
    Jul 2010
    Posts
    6

    Upload 3D model

    Hi

    I was wondering how to upload an existing 3d model (.3ds or .obj) to the android plantform using OpenGL.

    Thanks

  2. #2
    Junior Member Newbie
    Join Date
    Jul 2010
    Posts
    22

    Re: Upload 3D model

    Hi,

    I've done something like that recently, and I had to write my own code to parse the model files and create vertex buffer objects from them. Maybe there are "canned" solutions, I don't know.

    It isn't hard, obj is a very simple format. But it would be nice if this feature existed in a "standard" add on library for GL. (Maybe it already does? Somewhere?)

  3. #3
    Junior Member Newbie
    Join Date
    Jul 2010
    Posts
    6

    Re: Upload 3D model

    I was hoping it existed in a standard library

    Thanks for the information

  4. #4
    Junior Member Newbie
    Join Date
    Nov 2002
    Location
    Luebeck, Germany
    Posts
    4

    Re: Upload 3D model

    You ca try to port the following library onto the Android operating system. Its written using C/C++ and was ported on many other operation systems already:
    http://assimp.sourceforge.net/

    Greetings,
    Kimmi

Posting Permissions

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