登录
首页 » OpenGL图像 » 用c和opengl写的,用来对Bezlit曲面的编写,很适合学曲面的初学者...

用c和opengl写的,用来对Bezlit曲面的编写,很适合学曲面的初学者...

于 2023-09-02 发布 文件大小:791.79 kB
0 218
下载积分: 2 下载次数: 1

代码说明:

用c和opengl写的,用来对Bezlit曲面的编写,很适合学曲面的初学者-Opengl with c and written Bezlit used to prepare the surface, it is suitable for beginners Surface Science

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • nukak3d
    nukak3d-4.6.0的源代码,比较复杂的一个例子-nukak3d-4.6.0 source code, an example of more complicated
    2022-03-05 01:46:00下载
    积分:1
  • 2023-08-12 20:45:03下载
    积分:1
  • 利用OpenGL、VC++编写的C++,三维点云处理程序,对于学习形学、C++、OpenGL、文件读写很有帮助,是一个三维软件公司编写代码一部分,尤其是Ope...
    利用OpenGL、VC++编写的C++,三维点云处理程序,对于学习图形学、C++、OpenGL、文件读写很有帮助,是一个三维软件公司编写代码一部分,尤其是OpenGL库文件相当管用。 有两个数据文件 鼠标默认操作:具体还在头文件中 中键拖动 旋转 中键+Ctrl 平移 中键+Shift 面旋 滚轮滚动 缩放 中键+Ctrl + Shift 局部放大 -use OpenGL, prepared by the VC C, 3-D process, learning graphics, C, OpenGL, document literacy helpful, is a 3D software companies write code part, in particular OpenGL libraries are very useful. There are two mouse default data file operations : concrete is the first document of key drag rotation of key Ctrl++ translation of key Shift-rotating wheel rolling Zoom Bond Ctrl+ Shift+ magnification
    2022-01-28 21:40:41下载
    积分:1
  • 在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体, 立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键 盘上的...
    在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体, 立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键 盘上的箭头键来旋转该色彩立方体,观察它的各边各角。-environment in vc use opengl rendering color cube. This is a sleek-colored cube, the cube corner from the surface of a color gradient is to the right corner of a different color, you can use the keyboard arrow keys to the rotation of the color cube, it"s the observation of the edge angle.
    2022-09-10 07:05:03下载
    积分:1
  • opengl 获得的高程数据
    opengl 获得图像的高程数据-opengl images obtained elevation data
    2022-02-24 12:04:46下载
    积分:1
  • 用OpenGL作一个球体
    用OpenGL作一个球体-use OpenGL for a ball
    2022-01-28 13:38:05下载
    积分:1
  • Three Cubes...................
    Three Cubes-Three Cubes...................
    2023-03-20 03:40:03下载
    积分:1
  • 通过直接计算得出的三维, 没有引用opengl, 纯数学计算
    通过直接计算得出的三维图像, 没有引用opengl, 纯数学计算-through direct calculation of 3D images, it is not in use opengl, pure mathematical calculations
    2023-03-31 23:10:03下载
    积分:1
  • In the comparison of data or presentation, a chart image is not only very intuit...
    在进行数据比较或者演示时,一个形象的图表不但非常直观,而且也很生动。本实例介绍如何在Delphi中设计形象的三维饼图。   向窗体上添加一个TVtChart组件和一个TTimer组件,其中TVtChart组件用于显示饼图,而TTimer组件用于不停地改变饼图的数据,获得动态的效果 -In the comparison of data or presentation, a chart image is not only very intuitive, but also very lively. Examples of how the introduction of the Delphi to design the image of three-dimensional pie chart. To add a TVtChart form components and a TTimer components, including components used to display TVtChart pie, and TTimer components continuously change the pie chart for the data, access to dynamic effects
    2022-06-13 23:24:30下载
    积分:1
  • image processing to the needs and would like to achieve th ree
    本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documen
    2023-02-17 05:45:03下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载