Re: Textures running in Perl

2006-10-13 Thread weer1
Sorry, the only thing I realy want is showing a simple texture on my already made Perl/OpenGL object. That's all actually. What is the shortest way to achieve? Contributing? Are there workarounds in SDL or what else do I need? The rest I can figure out. Just the texture is needed now. I had it work

Re: Textures running in Perl

2006-10-13 Thread geoff
On Fri, Oct 13, 2006 at 04:30:05AM -0700, [EMAIL PROTECTED] wrote: > Can you tell me if textures are supported in Perl/OpenGL/SDL? Yes. > I have MS-OpenGL-version is 1.1 so I guess it should work. > But I tried the command glGenTextures but that seems to be > unsupported. Function is undefined.

Textures running in Perl

2006-10-13 Thread weer1
Can you tell me if textures are supported in Perl/OpenGL/SDL? I have MS-OpenGL-version is 1.1 so I guess it should work. But I tried the command glGenTextures but that seems to be unsupported. Function is undefined. I use Perl 5.8 installed on Windows XP with the OpenGL- and SDL-ppm from the bribes