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: OpenGLU in Perl

  1. #1
    Guest

    OpenGLU in Perl

    Perl is my prefered language and up to this point I've been having a great expierence with OpenGL in it but I've started wanting to texture the obejcts I made and when I go to use the gluBuild2DMipmaps it gives Undefined subroutine.

    I haven't had to use any glu functions as of yet and am running on a Windows machine with ActivePerl and have never had expierence with building my own modules for Perl. Thus far I have found ppd's that I could just install through ppm. Can anyone give me a hand either a link to the glu ppd or how to compile what needs in windows?

  2. #2
    Guest

    Re: OpenGLU in Perl

    After a nights rest I solved my own problem, figured I'd post since I couldn't find it anywhere. It turns out gluBuild2DMipmaps is gluBuild2DMipmaps_s in ActivePerl mod I installed. Go figure.

Posting Permissions

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