-
OpenSceneGraph is based on OpenGL for its packaging and improved Graphics develo...
OpenSceneGraph是在OpenGL基础上对其进行了封装和改进的图形开发包,采用树型结构来组织和绘制整个场景。最新版本的osg内核集成了GPU管线绘制。本例子是用osg编写的一个基本例子,将osg中的飞机模型载入到场景中显示出来。-OpenSceneGraph is based on OpenGL for its packaging and improved Graphics development kits, using a tree structure to organize and rendering the whole scene. Osg latest version of the kernel integrates GPU rendering pipeline. This example is the use osg prepared a basic example of the plane osg included in the model to the scene revealed.
- 2022-07-08 04:02:38下载
- 积分:1
-
基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。...
基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
- 2022-08-10 19:34:44下载
- 积分:1
-
学习使用OpenGL的图形变换函数
学习使用OpenGL的图形变换函数-learning to use the OpenGL graphics transform function
- 2022-07-15 20:17:10下载
- 积分:1
-
贪吃蛇游戏
#include < stdio.h >
#include < time.h >
#include < windows.h >
#include < gl/glut.h >
#define 1
#define 下 2
#define 左 3
#define 右 4
状态变量
闪烁
- 2022-02-07 21:32:42下载
- 积分:1
-
opengl基础教程电子书,含有基本的opengl编程方法
opengl基础教程电子书,含有基本的opengl编程方法-Essentials opengl e-book, containing the basic opengl programming
- 2022-03-26 15:52:43下载
- 积分:1
-
与参考方法编写严格按照你自己的opengl8点圆,…
自己写的opengl8点画圆 完全按参考书方法,给初学者参考-Write your own opengl8 Point Circle in strict accordance with reference method, for advanced users
- 2022-02-09 22:55:37下载
- 积分:1
-
用键盘控制小球移动,当小球撞击墙面时,会有弹跳效果
用键盘控制小球移动,当小球撞击墙面时,会有弹跳效果-Use the keyboard to control the ball movement, when the ball hit the wall, there will be bounce effect
- 2022-05-14 16:56:38下载
- 积分:1
-
这是我的毕业设计。一个3D的魔方。用VC6.0+OpenGL开发的,主要技术是纹理贴图。实现魔方旋转、光照、透明等功能。里面有论文和源码。...
这是我的毕业设计。一个3D的魔方。用VC6.0+OpenGL开发的,主要技术是纹理贴图。实现魔方旋转、光照、透明等功能。里面有论文和源码。-This is my graduation project. Of a 3D cube. With VC6.0+ OpenGL development, the main technology is the texture mapping. The realization of Rubik s cube rotation, light, transparent and other functions. There are papers and source code.
- 2022-02-16 10:10:13下载
- 积分:1
-
基于GPU的计算机视觉算法,如边角的检测,convolustion…
GPU based computer vision algorithms such as edge cornor detection,convolustion operation.-GPU based computer vision algorithms such cornor as edge detection, convolustion operation.
- 2022-10-23 07:10:03下载
- 积分:1
-
球在两个面间的碰撞检测
一个小球在面上的碰撞检测的样本程序,语句后有注解。大家都知道游戏碰撞的基本处理方式也就莫过于几种:矩形碰撞,圆形碰撞,线性碰撞,几何碰撞,像素碰撞.以上几种碰撞处理方法从效率的角度来看,前两种检测方式是相当快的,但是适用面很窄!它们只能运用于碰撞检测精度不高的游戏中。这里用的是圆形检测。
- 2022-12-03 06:35:03下载
- 积分:1