#include<stdio.h> #include<GL/glut.h> void wall(double thickness) { glPushMatrix(); glTranslated(0.5,0.5*thickness,0.5); glScaled(1.0 ...
確定! 回上一頁