1. Program a 10 x 10 quadrilateral mesh for a plane with equation X+Y+Z=200 (Hint: use GL_LINES) 2. One possibility is to use a 2D array Z(X, Y). What are the pros and cons of this data structure? 3. Program a 10 x 10 quadrilateral mesh for a sphere withi) center at the center of your window; 显示在屏幕中心
ii) radius = 100 半径为10