-
opengl 球的模型
opengl 球的模型-opengl ball model
- 2022-03-22 03:10:46下载
- 积分:1
-
关于OPENGL的一个程序 内容是关于 球的模型
关于OPENGL的一个程序 内容是关于 球的模型-a program about OPENGL, as for its contents, it s about the module of sphere.
- 2022-02-26 22:28:59下载
- 积分:1
-
Opengl游动的鱼
应用背景
opengl纹理技术的应用,水面效果的实现等。
关键技术
基于C++,用OpenGL技术做的一个利用纹理实现的鱼游动的程序。含有水面涟漪。可以参考。
- 2023-07-12 05:25:04下载
- 积分:1
-
vp下雪的代码
opengl vp混合 下雪的效果 源代码
用vp 做了个 下雪的场景 结合opengl 做例子系统 运行后是下雪后的场景 有积雪
- 2023-04-27 20:20:03下载
- 积分:1
-
在MFC下单文档下写的Opengl的纹理贴图实例,适合Opengl初学者学习...
在MFC下单文档下写的Opengl的纹理贴图实例,适合Opengl初学者学习-In MFC single document written under the texture mapping opengl example, suitable for beginners to learn opengl
- 2023-06-04 05:30:03下载
- 积分:1
-
应用cb学习OPENgl编程,这是例子6
应用cb学习OPENgl编程,这是例子6-Cb learning OPENGL application programming, this is the example of 6
- 2022-01-26 05:37:26下载
- 积分:1
-
一个相对简单的使用c++读取OPengl纹理的例子,配合使用
一个相对简单的使用c++读取OPengl纹理的例子,配合使用-The use of a relatively simple c++ read OPengl texture example, used in conjunction with
- 2022-01-28 05:16:36下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
opengl 实现机械手臂
用opengl实现机械手臂,参考opengl红宝书,主要难点在于矩阵堆栈的理解和使用
- 2022-03-06 18:12:40下载
- 积分:1
-
物理玩具,游戏开发入门。
玩具有很多的关节,可以用鼠标调整和移动。...
物理玩具,游戏开发入门。
玩具有很多的关节,可以用鼠标调整和移动。
-Physical toys, games development portal. Toys have a lot of joints, can be used to adjust and move the mouse.
- 2023-04-02 08:50:03下载
- 积分:1