搜索资源列表
1
- 想学习opengl来编辑软件的可以通过此例可以学习好多东西,编辑对话框,可以通过改变球心坐标,球半径来画出你想要的球的大小,并且画出的是OPENGL中画的线显示的球
OpenGL
- MFC OpenGL 中子发射模型 包括文件读取、坐标旋转、图像截取、投影、对话框交互等-VC++6.0 OpenGL model、 projection、files reading
3DSLOADER
- 这是一个三维坐标系的三维坐标的显示程序,是用opengl和VC编成的,在运行程序前需要配置opgenl的开发环境,这可以作为一个显示的基础,在其上显示自己编制的图形学程序。-this is a coordinate program .it can show us the three-dimension coordinate,but you must set you opengl environment before you using it!
3DHelperDemo
- 一个用opengl写的简单程序,有曲面,坐标等-Written in a simple procedure to use opengl, there are surface coordinates, etc.
2342352892openglmousecontrldrawline
- 运用opengl写的visual c++程序 鼠标左键输出点坐标位置 最后画线连接-program visual c++
OGL_MFC
- 为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三
DrawPolygon
- 实验内容:实现一个多边形区域扫描转换,并允许用户任意输入多边形的边数和顶点坐标,不使用OpenGL画多边形方法, 使用windows下的SetPixel函数实现。-Experiment: the area of a polygon scan conversion, and allows any user input the number of sides of the polygon and vertex coordinates, do not use the the
opengl
- opengl结合vc++的源程序,基于opengl的三维立体模型坐标仿真-The opengl combined with vc++ source, based on the coordinates of the three-dimensional model of the opengl simulation
3Dwall
- 在VS2010环境下,使用opengl创建3D坐标墙-In the VS2010 environment, using opengl create 3D coordinate Wall
glTest
- OpenGL点光源实现,是基于vs2010实现的,可在代码中输入点光源的坐标改变光照效果。-OpenGL point source implementation is based on vs2010 to achieve, you can enter the coordinates of the point source in the code changing lighting effects.
CSharp_OpenGL
- C#窗体 读取一组坐标数据,通过opengl显示。-csharp opengl
matrixProjection
- OPenGL 坐标变换实例,貌似是韩国人做的,很不错,对理解各个矩阵很有帮助-A sample with openGL, about the matrix
opengl-execise1
- 定义基于opengl的二维投影矩阵,显示图形,可以改变图形颜色及坐标-Definition is based on a two-dimensional projection matrix opengl, the display graphics, you can change the color and coordinate graphics
gl_0_2d
- OPENGL画圆程序,输入中心点的坐标和半径之后能通过打点法画出一个园-OPENGL Circle procedures, the coordinates of the input center and the radius after the dot method can be used to draw a garden
太阳地球月亮_二维_坐标变换
- 计算机图形学课堂上老师发的一份参考资料关于OpenGL二维坐标变换实例(A good reference material which,teacher send to our students.)
Try_Point_Line
- 本代码是画3维坐标系的,很简单 代码套路也很好理解(This code is to draw 3 dimensional coordinate system, very simple, code routines are also very good understanding)