基于OpenGL图形的三维演示系统
资料介绍:
基于OpenGL图形的三维演示系统(中文5000字,英文1000字)
摘要:传统的静态平面媒体不能生动地表达三维图形的概念,所以有必要开发一种有三维互动能力的图形演示系统。基于GL、GLU、GLUT和GLUI库,这个系统已实现交互式图形界面来进行演示三维建模、观看投影变换和光照,包括定制相应的OpenGL编码。该系统因其平台的独立性,生动的演示效果和灵活的演示操作而具有较高的实用价值。
关键词:演示教学 计算机绘图
What Is OpenGL?
OpenGL is a software interface to graphics hardware. This interface consists of about 150 distinct commands that you use to specify the objects and operations needed to produce interactive three-dimensional applications.
[资料来源:https://www.doc163.com]