10 2019 档案
摘要:using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.IO; using ESRI.ArcGIS.esriSystem; using ES
阅读全文
摘要:#include #include void init(void) { glClearColor(0.0, 0.0, 0.0, 0.0); glMatrixMode(GL_PROJECTION); gluOrtho2D(0.0, 500.0, 0.0, 500.0); glMatrixMode(GL_MODELVIEW); } void myDisplay() { float x...
阅读全文
摘要:#include #include void init(void) { glClearColor(0.0, 0.0, 0.0, 0.0); glMatrixMode(GL_PROJECTION); gluOrtho2D(0.0, 500.0, 0.0, 500.0); glMatrixMode(GL_MODELVIEW); } void myDisplay() { float ...
阅读全文