Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  gluBuild3DMipmaps?  (Read 1054 times)
0 Members and 2 Guests are viewing this topic.
Offline gregof

Full Member
**

Posts: 133


in code we trust


« on: 2003-09-04 07:10:53 »

Hi
I have been trying to use the function gluBuild3DMipmaps on win32 but i get the error:
net.java.games.jogl.GLException: This GLU 1.3 function is not available on Win32 platforms because Microsoft Windows ships with a GLU 1.2 implementation
My question is: is there a solution to this, are there some GLU 1.3 dll that I can ship with my app? in that case, where?

thanks in advance //
                                 Gregof
Offline pepijnve

Sr. Member
**

Posts: 379
Medals: 1


Java games rock!


« Reply #1 on: 2003-09-04 10:29:04 »

Mesa (http://www.mesa3d.org) uses the GLU sample implementation from SGI, which implements the 1.3 spec. You could use this one, but you would have to figure out a way to make jogl use the correct dll. I'm not 100% sure, but I don't think this is currently possible without modifying the source code.
Offline pepijnve

Sr. Member
**

Posts: 379
Medals: 1


Java games rock!


« Reply #2 on: 2003-09-04 10:33:46 »

I checked in the jogl source code and the exception you are getting is hardcoded, so even using a different dll wouldn't help. In practice this means that next to modifying the used dll, you would also have to tweak the gluegen configuration files for the glu classes (cfr. make/glu-impl-win32-GLU13Hacks.cfg).
Games published by our own members! Go get 'em!
Offline gregof

Full Member
**

Posts: 133


in code we trust


« Reply #3 on: 2003-09-04 14:58:20 »

Well, thats depressing... Cry  Is someone working on this?

// Gregof
Offline wiederke

Jr. Member
**

Posts: 76


Thx to James Gosling.


« Reply #4 on: 2003-09-05 04:52:13 »

Hi,

OpenGL is integrated in the graphic driver, thus get the newest graphic driver for your card.


ciao torsten
Offline Ken Russell

JGO Kernel
*****

Posts: 3446
Medals: 3


Java games rock!


« Reply #5 on: 2003-09-07 00:31:28 »

Nobody is currently working on this issue. If you'd like to contribute code to fix it there are two basic options. One is to port the needed pieces of the GLU sample implementation (available at http://oss.sgi.com/ ) to pure Java and replace the bodies of the autogenerated routines in the GLU class. The second is to extract the needed pieces of the GLU sample implementation and put them into the jogl.dll/libjogl.so. If you don't feel up to this task then please file an RFE about it on the Issues section of http://jogl.dev.java.net/ .
Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.08 seconds with 20 queries.