-
利用opengl实现的碰撞效果,还可以通过键盘控制场景的显示:
up:位置递增
down:位置递减
left:控制视图左旋转
right:控制视...
利用opengl实现的碰撞效果,还可以通过键盘控制场景的显示:
up:位置递增
down:位置递减
left:控制视图左旋转
right:控制视图右旋转
F1,F2:两种视图之间的切换
+ :控制时间增加
- :控制时间减少-use opengl achieve the collision effects, but also through the keyboard control of the scene showed : up : location incremental down : Location decline left : control View Left rotation right : the right to control View rotating F1, F2 : Two Views of switching between : control increased the time-: control reduced
- 2022-04-20 21:21:03下载
- 积分:1
-
OpenGl初级学习经典例程,用于实现了双缓存功能。有助于理解双缓存功能。...
OpenGl初级学习经典例程,用于实现了双缓存功能。有助于理解双缓存功能。-OpenGl junior studying classical routines for the realization of a dual caching function. Double cache helps to understand function.
- 2022-05-22 12:18:39下载
- 积分:1
-
一个3D 的基于Opengl的游戏和仿真用的引擎库。
一个3D 的基于Opengl的游戏和仿真用的引擎库。-a 3D-based Opengl game and simulation of the engine.
- 2023-07-18 15:10:03下载
- 积分:1
-
obj文件读取
完成OpenGL,obj文件的读取。简单易懂,非常好用;完成OpenGL,obj文件的读取。简单易懂,非常好用;完成OpenGL,obj文件的读取。简单易懂,非常好用
- 2023-01-22 23:50:04下载
- 积分:1
-
opengl交互操作的一些方法
opengl交互操作的一些方法-opengl interactive method of operation
- 2022-02-19 23:35:48下载
- 积分:1
-
In computer graphics, the suppression of the display of one or more display elem...
在计算机图形学中,有三种方式表示三维物体:线框图、消隐图和真实感图。其中真实感图形的生成也要在消隐基础上进行光照处理。所谓消隐就是给定一组三维对象及投影方式(视见约束),判定线、面或体的可见性的过程。-In computer graphics, the suppression of the display of one or more display elements or display groups.
- 2023-07-22 22:30:03下载
- 积分:1
-
用OPenGL进行二维图形的绘制,这些二维图形可以建立复杂的三维图形。...
用OPenGL进行二维图形的绘制,这些二维图形可以建立复杂的三维图形。-Two-dimensional graphics using OpenGL for rendering, these two-dimensional graphics can create complex three-dimensional graphics.
- 2023-03-03 00:35:03下载
- 积分: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开发图像处理系统-use opengl Image Processing System Development
- 2023-02-01 05:30:04下载
- 积分:1
-
OpenGL编写的烟花屏保
利用OpenGL编写的烟花屏幕保护,烟花升空时还有烟花燃放的声音和鞭炮声,程序里利用FMOD库实现了播放MP3等声音文件的功能。屏幕保护程序的关键是对以下两个入口函数的编写:1、屏幕保护处理程序入口函数LRESULT WINAPI ScreenSaverProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)2、屏幕保护设置对话框BOOL WINAPI ScreenSaverConfigureDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
- 2022-02-03 17:33:40下载
- 积分:1