Query: glepolycylinder
OS: debian
Section: 3gle
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glePolyCylinder(3GLE) GLE glePolyCylinder(3GLE)NAMEglePolyCylinder - Draw polycylinder, specified as a polyline.SYNTAXvoid glePolyCylinder(int npoints, gleDouble point_array[][3], float color_array[][3], gleDouble radius);ARGUMENTSnpoints numpoints in poly-line point_array polyline vertices color_array colors at polyline verts radius cylinder radiusDESCRIPTIONDraw polycylinder, specified as a polyline. 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 ALSOglePolyCone, gleSetNumSidesAUTHORLinas Vepstas (linas@linas.org)GLE3.0 glePolyCylinder(3GLE)
Related Man Pages |
---|
gle(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) |
How to draw cylinder using openGL |
Draw a 3D cylinder using openGL. |