登录
首页 » OpenGL图像 » 这是OpenGL高级编程与可视化系统开发(系统开发篇)源码

这是OpenGL高级编程与可视化系统开发(系统开发篇)源码

于 2022-03-04 发布 文件大小:62.74 kB
0 132
下载积分: 2 下载次数: 1

代码说明:

这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source

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

发表评论

0 个回复

  • 简单的三维场景,可鼠标控制旋转观看。供初学者参考。
    简单的三维场景,可鼠标控制旋转观看。供初学者参考。-Simple three-dimensional scene can watch the mouse to control rotation. Reference for beginners.
    2022-10-16 16:45:03下载
    积分:1
  • first install the JRE, install java3d Pack (Java 3D package of documents called...
    首先安装JRE,再安装java3d包(Java 3D包的文件名为java3d-1_3_1-windows-i586-opengl-sdk.exe,可以到百度,GOOGLE和北大天网上去搜索这个文件,就会有下载的)。默认情况下java3d包会安装在你的$JBuilder9jdk1.4目录下。会在$JBuilder9jdk1.4jrelibext下添加几个jar文件,会在$JBuilder9jdk1.4demo目录下添加一个java3d目录,里面是例子。如果安装没有问题,打开目录 $JBuilder9jdk1.4demojava3dHelloUniverse下的网页HelloUniverse.html应该可以正常显示。-first install the JRE, install java3d Pack (Java 3D package of documents called java3d- 1_3_1-windows-i586- opengl- sdk.exe can go to Baidu, Google and Beijing University days of the Internet to search the file, then you will have to download). Default under java3d package will be installed in your $ JBuilder9 jdk1.4 directory. The $ JBuilder9 jdk1.4 jre lib ext Add several jar document, the $ JBuilder9 jdk1.4 demo directory add a java3d directory, there"s example. If you have no problem, open directory $ JBuilder9 jdk1.4 demo java3d HelloUniverse HelloUniverse.html the website should be able to display normal.
    2023-08-26 17:10:03下载
    积分:1
  • Opengl绘制镜子效果
    应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。 假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。 要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。 要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。 注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-13 12:23:43下载
    积分:1
  • 文字和片的各种运动方式
    文字和图片的各种运动方式-text and photos on the way campaigns
    2022-02-07 16:12:34下载
    积分:1
  • 商业系统源码本书以OpenGL开发为核心,精心设计了36个实验。全书共分10章,既介绍了基本的形学要素,包括2D形和3D物体的绘制、坐标系变换、光照、材质、...
    商业系统源码本书以OpenGL开发为核心,精心设计了36个实验。全书共分10章,既介绍了基本的图形学要素,包括2D图形和3D物体的绘制、坐标系变换、光照、材质、2D纹理、曲线和曲面等,又进一步引入利用OpenGL开发图形工程的各种技术,如复杂3D建模、音频系统、摄像机控制、粒子系统、人机交互技术等。    本书图文并茂、实例丰富,所有例程都是基于一个功能齐全的编程框架文件(5DG编程框架文件)开发的,代码有详细的中文注释,可读性很强。本书既可作为高校的图形学实验教材,也是学习OpenGL的理想参考书,适合具有C语言基础的读者使用。-business systems source book to OpenGL development as the core, a carefully designed experiment 36. The book is divided into 10 chapters, we introduced the basic graphics elements, including 2 D and 3 D graphic objects mapping, coordinate transformation, lighting, material quality, 2D texture, curves and surfaces. further development of the introduction of OpenGL graphics engineering technologies, such as complex 3 D modeling, audio system, Camera control, particle systems, human-computer interaction technology. The book illustrated examples of rich, All routines are based on a fully functional programming framework document (5DG programming framework document) development, code detailed Chinese translations, readabilit
    2022-07-01 21:11:03下载
    积分:1
  • opengl机器人手臂
    资源描述机器人手臂灵活转动,opengl,运行通过,代码上传,望对大家有帮助
    2023-07-29 19:15:03下载
    积分:1
  • This is designed to use OpenGL game code book, very classic, like OpenGL friends...
    这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。-This is designed to use OpenGL game code book, very classic, like OpenGL friends have shared with everyone.
    2023-07-31 06:05:03下载
    积分:1
  • 如何开发OpenGL程序的基本方法后,如何加入颜色…
    如何开发OPENGL程序的基本方法之三,如何加入颜色,如何画有颜色的多边形-How to develop procedures for the basic method OPENGL ter, how to join the colors, how to have color pictures of polygons
    2022-01-31 01:35:37下载
    积分:1
  • 这不是我写的程序,但我觉得它很好,把VC和opengl结合的不错,我推荐他给新手一看...
    这不是我写的程序,但我觉得它很好,把VC和opengl结合的不错,我推荐他给新手一看-This is not my writing process, but I think it is very good, VC and opengl combination of good, I commend him for a look at rookie
    2022-01-24 14:57:24下载
    积分:1
  • VC++ OPenGL开发的太阳、地球、月亮运行轨迹模拟,初学者可以用。...
    VC++ OPenGL开发的太阳、地球、月亮运行轨迹模拟,初学者可以用。-VC++ OPenGL developed by Sun, the Earth, the moon is running trajectory simulation, beginners can use.
    2022-04-10 17:32:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载