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

Thread: Modeling a liver using primitive opengl commands

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2003
    Location
    Singapore
    Posts
    7

    Modeling a liver using primitive opengl commands

    Hi,
    i'm quite a new programmer in opengl. i want to model a liver and other irregular shape objects using primitive opengl commands, without relying on available higher API and software such as Maya, 3DMax, etc.
    i would like to see some sample in C/C++ implementation. any one can please help ? thanks a lot !
    Like

  2. #2
    Junior Member Regular Contributor
    Join Date
    Sep 2002
    Location
    Nanjing,China
    Posts
    118

    Re: Modeling a liver using primitive opengl commands

    Usually ,application read the modeling data into the memory and opengl is used to display and manipulate the 3d model.Draw the 3d model line by line can be very time-consuming.

    Just my 2 cents.

Posting Permissions

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