Help for this page
Select Code to Download
Select
or
download this
sub drawPolygon { glBegin(GL_POLYGON); ... glVertex3f( @$_ ) for @_; glEnd(); }
Select
or
download this
sub drawPolygon { glBegin(GL_POLYGON); ... glVertex3f( @$_ ) for @_; glEnd(); }