登录
首页 » OpenGL图像 » opengl教程,very good ,欢迎对opengl感兴趣的人来下载

opengl教程,very good ,欢迎对opengl感兴趣的人来下载

于 2022-01-20 发布 文件大小:124.02 kB
0 75
下载积分: 2 下载次数: 1

代码说明:

opengl教程,very good ,欢迎对opengl感兴趣的人来下载-opengl

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

发表评论

0 个回复

  • opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速...
    opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速查找 从非数学角度介绍如何进行OpenGL程序设计,有利于读者迅速入门 各章提供可运行的范例,有助于读者理解和应用OpenGL函数 -opengl programming based on the book" s source code. Author Author: (United States) (Edward Angel) Angel translator: Fei Duan complete details of the basic OpenGL functions and commands, easy to readers to quickly find the perspective from a non-mathematical procedure describes how to carry out the design of OpenGL and is conducive to the rapid entry of the chapter the reader provide an example of running to help the reader understand the function and application of OpenGL
    2023-02-13 15:30:04下载
    积分:1
  • Using Visual c++ Development opengl its way to the development of how to create...
    用Visual c++开发opengl其本开发方法一如何创建窗口,初始化绘图设备,如何画图.-Using Visual c++ Development opengl its way to the development of how to create one window, initialize the drawing equipment, how to draw.
    2022-06-27 16:53:46下载
    积分:1
  • 利用opengl生成四棱锥
    尽管图形能够在三维空间旋转,但看起来还是不像三维图形。因此,要生成真正三维的图形,必须将二维图形进行组合、建模,组成三维图形。如同QUAKE中的人物,也是由很多多边形或三角形构成表面,再进行各种处理,当组成人物全部外表面的多边形和三角形同时协调的运动时,看起来就像一个真正的人在运动了。 建立一个人物的模型比较复杂一些,我们先从简单的开始。 
    2022-05-28 19:40:36下载
    积分:1
  • 使用OpenGL库,C Builder环境下地形仿真系统三
    利用OpenGL函数库,在C++Builder环境下实现三位地形的仿真显示,实现了对地图的放大,缩小,旋转,移动等操作,对不同的高程使用不同的颜色加以标记没,并增加了光照效果,使显示更逼真!-use OpenGL libraries, the C Builder environment under three terrain simulation showed that the realization of the right of the map to zoom, rotate, such as mobile operators, the use of different elevation of different colors, not to be labeled, and to increase the effects of light, shows a more realistic!
    2023-08-01 12:45:03下载
    积分:1
  • how vc development environment, using opengl library to prepare a light, materia...
    如何在vc的开发环境下,利用opengl函数库来编写一个光照,材质的例子。-how vc development environment, using opengl library to prepare a light, material examples.
    2022-03-20 21:40:44下载
    积分:1
  • 3D 太阳系 - OpenGL 和 C#
    翻译  maninwest@Codeforge 作者:Vasily Tserekh@CodeProject这是个  3D 太阳系,使用 OpenGL 和 C# 实现。我尽量让它简单。它包含行星、卫星、太阳月亮和其他星星。我使用了 TAO命名空间,它是在 OpenGL dll 和 .NET Framework 之间的互操作。我也用了 Shadowengine - 一个我自己开发的小图形框架。使用它,我可以省去加载图形和初始化图形上下文的代码编写工作。3D 编程员眼中的太阳系3D 编程员需要将宇宙、轨道、星星等实体在程序设计环境中进行转化。宇宙是一个黑色背景,可以使用 OpenGL 的函数  Gl.glClearColor(0, 0, 0, 1);//red green blue alpha 。至于星星,可以使用点来替代。可以使用 OpenGL 处理绘制点的基元。你也可使用随机函数生成大量点,只要确保它们不在太阳系中即可。行星是有底纹的球体。它们有自己的轨道和旋转轴。你得使用 变量跟踪并更新,因为它们随着时间改变。如果不想使用3D max 制作球体,可以使用 OpenGL 二次曲线。卫星和行星一样,只是不饶太阳而是绕行星转。使用代码项目中包含对 ShadowEngine和 TAO.OpenGL 的引用.  项目类有: Camara.cs典型的 FPS 相机。鼠标以屏幕中间为中心。用户移动鼠标时,会计算离开始点的  delta X 和 Delta Y 。这些 Delta X 和 Delta Y 被转化成角度当你向前/向后移动相机时,相机会移动到角度指的方向。 
    2022-02-04 03:32:08下载
    积分:1
  • 编程OPENGLDEMO mfc
    图形图像编程OPENGLDEMO mfc -graphics programming mfc OPENGLDEMO
    2022-03-19 19:17:48下载
    积分:1
  • 编码器专家
    信号压缩的专家,包括语音、 音频和视频压缩和算法实现。欢迎大家下载、试用。谢谢大家的支持!希望能有帮助!
    2022-08-06 13:25:16下载
    积分:1
  • openg例子2
    openg例子2-openg example 2
    2022-02-20 23:10:54下载
    积分:1
  • OPENGL based fog rendering capabilities, requiring the implementation of VC6, is...
    基于OPENGL的雾绘制功能,要求在VC6下执行,是学习三维图形图像编程的好例子-OPENGL based fog rendering capabilities, requiring the implementation of VC6, is to study three-dimensional graphic image of a good example of programming
    2022-03-17 21:35:04下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载