搜索资源列表
-
0下载:
应用opengl技术,建立了一个基于opengl的包装容器三维CAD 系统环境。在三维环境下,能够显示真三维盒形,而且使用贴图技术看到装潢后的效果。该系统基于WINDOWS平台,用 C++ Builder开发而成。-Application of opengl technology, the establishment of a packaging container opengl-based 3d CAD system environment. In three-dimensional envi
-
-
0下载:
为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用opengl库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。opengl库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化opengl运行时的环境变量,三
-
-
0下载:
用opengl来制作简单的三维动画的资料,内附详细的源码,开发环境是Visual C++.-Use opengl to make a simple 3d animation information, containing details of the source, development environment is Visual C++.
-
-
0下载:
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
-
-
0下载:
This a simple example of how to program an opengl application in 3d environment. It contains of code which show you how to adjust a camera as well as a view port of the object in 3d-This is a simple example of how to program an opengl application in
-
-
1下载:
在VS2010环境下,使用opengl创建3d坐标墙-In the VS2010 environment, using opengl create 3d coordinate Wall
-
-
0下载:
opengl在Visual C++的环境中实现3d小车漫游功能。-opengl in Visual c++ environment to realize 3 d car roaming function.
-
-
3下载:
c++实现克里金插值,绘制等值线,同时里面有opengl的配置环境,适合地球科学参考-c++ achieve Kriging, draw contours, while there are opengl configuration environment for Earth Science Reference
-
-
0下载:
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
-
-
0下载:
在vc++6.0环境下,基于opengl实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on opengl. It includes the dynamic transfo
-