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

Thread: loading ppm texture

  1. #1
    Guest

    loading ppm texture

    how do i load a ppm file as a texture?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Oct 2002
    Location
    King George, Virginia
    Posts
    138

    Re: loading ppm texture

    check out DevIL. it's an image loading library that supports many file formats.

    jebus

  3. #3
    Member Regular Contributor
    Join Date
    Apr 2001
    Location
    Fort Collins, Colorado
    Posts
    447

    Re: loading ppm texture

    I found this example code doing a Google search on "opengl ppm texture loading":
    http://www.cs.rit.edu/usr/local/pub/...xture/maiden.c

Posting Permissions

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