Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

glusphere(3g) [osx man page]

GLUSPHERE(3G)															     GLUSPHERE(3G)

NAME
gluSphere - draw a sphere C SPECIFICATION
void gluSphere( GLUquadric* quad, GLdouble radius, GLint slices, GLint stacks ) PARAMETERS
quad Specifies the quadrics object (created with gluNewQuadric). radius Specifies the radius of the sphere. slices Specifies the number of subdivisions around the z axis (similar to lines of longitude). stacks Specifies the number of subdivisions along the z axis (similar to lines of latitude). DESCRIPTION
gluSphere draws a sphere of the given radius centered around the origin. The sphere is subdivided around the z axis into slices and along the z axis into stacks (similar to lines of longitude and latitude). If the orientation is set to GLU_OUTSIDE (with gluQuadricOrientation), then any normals generated point away from the center of the sphere. Otherwise, they point toward the center of the sphere. If texturing is turned on (with gluQuadricTexture), then texture coordinates are generated so that t ranges from 0.0 at z =-radius to 1.0 at z = radius (t increases linearly along longitudinal lines), and s ranges from 0.0 at the +y axis, to 0.25 at the +x axis, to 0.5 at the -y axis, to 0.75 at the -x axis, and back to 1.0 at the +y axis. SEE ALSO
gluCylinder, gluDisk, gluNewQuadric, gluPartialDisk, gluQuadricOrientation, gluQuadricTexture GLUSPHERE(3G)

Check Out this Related Man Page

GLUSPHERE(3G)															     GLUSPHERE(3G)

NAME
gluSphere - draw a sphere C SPECIFICATION
void gluSphere( GLUquadric* quad, GLdouble radius, GLint slices, GLint stacks ) PARAMETERS
quad Specifies the quadrics object (created with gluNewQuadric). radius Specifies the radius of the sphere. slices Specifies the number of subdivisions around the z axis (similar to lines of longitude). stacks Specifies the number of subdivisions along the z axis (similar to lines of latitude). DESCRIPTION
gluSphere draws a sphere of the given radius centered around the origin. The sphere is subdivided around the z axis into slices and along the z axis into stacks (similar to lines of longitude and latitude). If the orientation is set to GLU_OUTSIDE (with gluQuadricOrientation), then any normals generated point away from the center of the sphere. Otherwise, they point toward the center of the sphere. If texturing is turned on (with gluQuadricTexture), then texture coordinates are generated so that t ranges from 0.0 at z=-radius to 1.0 at z=radius (t increases linearly along longitudinal lines), and s ranges from 0.0 at the +y axis, to 0.25 at the +x axis, to 0.5 at the -y axis, to 0.75 at the -x axis, and back to 1.0 at the +y axis. SEE ALSO
gluCylinder(3G), gluDisk(3G), gluNewQuadric(3G), gluPartialDisk(3G), gluQuadricOrientation(3G), gluQuadricTexture(3G) GLUSPHERE(3G)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to delete multiple lines in a file.

Hi, I'm new to this forum, and searched through the previous posts, but didn't see anything close enough to what i'm looking for. I have a radius file like this: testone Password = "11111" Service-Type = "Framed-User", Session-Timeout =... (6 Replies)
Discussion started by: kangdom
6 Replies

2. What is on Your Mind?

Middle ware application in Solaris

Hi Friends I need ur suggestions. I have 3+ experience in solaris10. Iam planning for study Web sphere in UNIX. Is this the right choice can i do that. how is the market value for WEBSPHERE. Waiting for the replys (0 Replies)
Discussion started by: suresh_krish
0 Replies

3. Solaris

Websphere on UNIX

Hi Friends I need ur suggestions. I have 3+ experience in solaris10. Iam planning for study Web sphere in UNIX. Is this the right choice can i do that. how is the market value for WEBSPHERE. Waiting for the replys (2 Replies)
Discussion started by: suresh_krish
2 Replies

4. UNIX for Advanced & Expert Users

radius+ldap

I need your help on how to integrate radius authentication with LDAP users database?? (0 Replies)
Discussion started by: mm00123
0 Replies

5. Red Hat

Read file

Hi, I have a file like this: I'd like read all the lines which are not starting with #, nor empty lines. Every resulting line would be stored in a variable inside a while cycle. Thank you. (3 Replies)
Discussion started by: idro
3 Replies

6. UNIX for Dummies Questions & Answers

How get only required lines & delete the rest of the lines in file

Hiiii I have a file which contains huge data as a.dat: PDE 1990 1 9 18 51 28.90 24.7500 95.2800 118.0 6.1 0.0 BURMA event name: 010990D time shift: 7.3000 half duration: 5.0000 latitude: 24.4200 longitude: 94.9500 depth: 129.6000 Mrr: ... (7 Replies)
Discussion started by: reva
7 Replies