void drawSphere(std::vector<GLfloat> color, std::vector<GLdouble> position, float radius) { glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); glColor3f(color[0], ...
確定! 回上一頁