搜索资源列表
1.2
- opengl简单例子,可能对初学者有很大帮助-OpenGL program
opengl-1.2
- 用OPENGL实现的小程序,用于对OPENGL初级入门,简单易懂,容易上手-OPENGL implementation procedures for OPENGL primary entry, easy to understand, easy to use
OPENGL
- 1.通过互联网查找Wavefront obj文件的格式定义; 2.编写C++程序解析Wavefront obj文件; 3.用3D建模工具构造两个以上的obj文件; 4.利用OpenGL绘制obj文件表示的3D模型; 5.使用VBO(Vertex Buffer Object)加速3D模型的绘制; 6.利用键盘控制3D模型的旋转、平移和缩放。-Draw out the three-dimensional animation in C++ environment through 3
MFCopengl
- 1.首先在MFC环境下配置OpenGL环境 2.然后利用opengl环境绘制了一个立方体 3.并给立方体贴了一张image.bmp纹理 4.鼠标和键盘进行立方体交互操作 5.键盘的上下键可以实现立方体的上下移动,键盘的左右键可以实现立方体的左右移动 6.当鼠标的左键按下并移动时,立方体将做相应方向的移动。-1 configured in the MFC environment OpenGL environment 2 and then use OpenGL to draw
gtkglext-1.2.0
- GTK+的OpenGL扩展支持库,该库支持在GTK中用OPENGL进行绘制和渲染。-GTK+ OpenGL Extension.This package is composed of GdkGLExt library and GtkGLExt library.
Qt_Opengl
- 基本图元绘制、计算机图形学上机实验报告、1,熟悉图形软件开发工具:VC++, OpenGL等; 2,设计、实现线段的DDA、Bresenham算法 3,设计、实现中点圆、中点椭圆生成算法; 4,设计、实现填充图元生成算法;-The basic primitive computer graphics, computer lab report 1, familiar with the graphics software development tools: vc++, OpenGL, e
pie chart
- 柱形图 在OpenGL中指定顶点由以上的讨论可以知道,“点”是一切的基础。如何指定一个点呢?OpenGL提供了一系列函数。它们都以glVertex开头,后面跟一个数字和1~2个字母。(pie chaart By specifying vertices in OpenGL, you can know from the above discussion that "point" is the foundation of everything. How do you specif
图形学实验1报告
- VS+OpenGL绘图环境及基本图形绘制 1、熟悉OpenGL的主要功能; 2、掌握OpenGL的绘图流程和原理; 3、掌握OpenGL核心函数的使用; 4、熟悉OpenGL基本图形元素的绘制函数。(Drawing environment and drawing of basic graphics in VS+OpenGL 1. Familiar with the main functions of OpenGL; 2. Master the drawing flow and
libzip-1.3.2.tar
- This the libzip utility source for linux.
实验3
- 实验3 简单多边形显示 实验目的:通过鼠标响应函数输入并显示多边形 基本内容: 通过鼠标依次输入n个顶点(n>=3),显示多边形。 1)建立多边形数据结构(保存顶点表、边信息,及其他信息) 2)用opengl显示多边形(Experiment 3 simple polygon display Experiment Objective: input and display polygon through mouse response function. Basic contents: The