perl-opengl键盘事件与色彩

  #!/usr/bin/perl -w use strict; use warnings; use OpenGL qw/ :all /; use OpenGL::Config; my $a=1; my $b=0; my $c=0; glutInit(); glutInitDisplayMode(GLUT_RGB|GLUT_SINGLE); glutInitWindowPosition(1
相关文章
相关标签/搜索