Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - GLU 1.3 for OpenGL ES: (3 Items)
   
GLU 1.3 for OpenGL ES  
Not all GLU functions could be ported to OpenGL ES, especially nurbs, but libutil (GLU component) has been ported almost
 completely. Here is the list of supported functions:

gluCheckExtension();
gluCylinder();
gluDeleteQuadric();
gluDisk();
gluErrorString();
gluGetString();
gluLookAt();
gluNewQuadric();
gluOrtho2D();
gluPartialDisk();
gluPerspective();
gluPickMatrix();
gluProject();
gluQuadricCallback();
gluQuadricDrawStyle();
gluQuadricNormals();
gluQuadricOrientation();
gluQuadricTexture();
gluSphere();
gluUnProject();
gluUnProject4();
gluScaleImage();
gluBuild2DMipmapLevels();
gluBuild2DMipmaps();

In the attachment complete source code of this port. Archive also have few tests for GLU functions. Source code is under
 "SGI FREE SOFTWARE LICENSE B." license.
Attachment: Text glues-1.0.tar.gz 34.64 KB
RE: GLU 1.3 for OpenGL ES  
Hey Mike,
 
That's cool news, thanks!
 
-Derek

________________________________

From: Mike Gorchak [mailto:community-noreply@qnx.com]
Sent: Fri 03/04/2009 6:59 AM
To: opengles-graphics
Subject: GLU 1.3 for OpenGL ES



Not all GLU functions could be ported to OpenGL ES, especially nurbs, but libutil (GLU component) has been ported almost
 completely. Here is the list of supported functions:

gluCheckExtension();
gluCylinder();
gluDeleteQuadric();
gluDisk();
gluErrorString();
gluGetString();
gluLookAt();
gluNewQuadric();
gluOrtho2D();
gluPartialDisk();
gluPerspective();
gluPickMatrix();
gluProject();
gluQuadricCallback();
gluQuadricDrawStyle();
gluQuadricNormals();
gluQuadricOrientation();
gluQuadricTexture();
gluSphere();
gluUnProject();
gluUnProject4();
gluScaleImage();
gluBuild2DMipmapLevels();
gluBuild2DMipmaps();

In the attachment complete source code of this port. Archive also have few tests for GLU functions. Source code is under
 "SGI FREE SOFTWARE LICENSE B." license.


_______________________________________________
OpenGL ES
http://community.qnx.com/sf/go/post25955


Attachment: Text winmail.dat 3.88 KB
Re: GLU 1.3 for OpenGL ES  
An updated version of GLU ES is located here: http://glues.googlecode.com