Query: glepolycone
OS: debian
Section: 3gle
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glePolyCone(3GLE) GLE glePolyCone(3GLE)NAMEglePolyCone - Draw polycone, specified as a polyline with radii.SYNTAXvoid glePolyCone(int npoints, gleDouble point_array[][3], float color_array[][3], gleDouble radius_array[]);ARGUMENTSnpoints numpoints in poly-line point_array polyline vertices color_array colors at polyline verts radius_array cone radii at polylineDESCRIPTIONDraw 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 speci- fied, 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() rou- tine.SEE ALSOglePolyCylinder, gleSetNumSidesAUTHORLinas Vepstas (linas@linas.org)GLE3.0 glePolyCone(3GLE)
Related Man Pages |
---|
gleextrusion(3gle) - debian |
glepolycylinder(3gle) - debian |
glesuperextrusion(3gle) - debian |
glespiral(3gle) - debian |
gd::polyline(3) - suse |
Similar Topics in the Unix Linux Community |
---|
GLE (Graphics Layout Engine) 4.1.1 (Default branch) |
GLE (Graphics Layout Engine) 4.1.2 (Default branch) |
Draw a 3D cylinder using openGL. |