"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "gle-3.1.0/man/glePolyCone.man" of archive gle-3.1.0.tar.gz:


Caution: As a special service "SfR Fresh" has tried to format the requested manual source page into HTML format but links to other man pages may be missing or even errorneous. Alternatively you can here view or download the uninterpreted manual source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

Table of Contents

Name

glePolyCone - Draw polycone, specified as a polyline with radii.

Syntax


void glePolyCone(int npoints,
                 gleDouble point_array[][3],
                 float color_array[][3],
                 gleDouble radius_array[]);

Arguments

npoints
numpoints in poly-line
point_array
polyline vertices
color_array
colors at polyline verts
radius_array
cone radii at polyline

Description

Draw polycone, specified as a polyline with radii.

Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc.

The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors.

By default, the cross-section of the cylinder is drawn as a 20-sided polygon. This number can be changed using the gleSetNumSides() routine.

See Also

glePolyCylinder, gleSetNumSides

Author

Linas Vepstas (linas@linas.org)


Table of Contents