OS4 DepotLogo by Nickman 
(anonymous IP: 18.117.107.90,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Library » Graphics » opengl-glu.lha

Opengl-glu

Description: OpenGL GLU library
Download: opengl-glu.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 312kb
Version: 1.3
Date: 22 Apr 2006
Author: SGI
Submitter: Peter Bengtsson
Homepage: http://oss.sgi.com/projects/ogl-sample/
Requirements: MiniGL, AmigaOS4 SDK
Category: development/library/graphics
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 1786
 
Comments: 4
Snapshots: 0
Videos: 0
Downloads: 504  (Current version)
504  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
This is a quick and dirty port of the SGI SI GLU for MiniGL which I
hacked together in a couple of hours. It has not been extensively
tested, but so far it seems to work. The library is compiled for
clib2.

The library, unfortunately, conflicts with the rudimentary GLU support
in minigl.h and I suggest editing mgl/minigl.h to conditionally include
the GLU support. E.g. (in mgl/minigl.h):

-----8<-----8<----------

#ifndef	NO_MGL_GLU

... The MiniGL glu functions are here ...

#endif

-----8<-----8<----------

And then compile with "-DMINIGL -DNO_MGL_GLU" and link with "-lGL -lGLU"

Well, that's about it.




Copyright © 2004-2024 by Björn Hagström All Rights Reserved