-
Opengl+mfc旋转代码
opengl+mfc做的一个简单的魔方DEMO.可供新手学习.demo中实现了通过属性面板来修改模型的世界坐标,然后在属性面板上选择魔方对应的面并让对应面旋转。代码环境是VS2013。
- 2023-04-25 14:50:04下载
- 积分:1
-
OpenGL,Visual C++ 生成贝塞尔曲线
KEYfunction: c
OpenGL,Visual C++ 生成贝塞尔曲线
KEYfunction: c - 清空屏幕;e - 擦除曲线;b - 画贝塞尔曲线-OpenGL, Visual C Bessel curve KEYfunction Generation : c-blank screen; e-erasure curve; b-painting Bessel curve
- 2022-05-06 07:05:37下载
- 积分:1
-
光照阴影程序
opengl创建的一个楼房模型,有光照阴影,3D视角,适合opengl入门,用的是最新的版本语言,新手可以参照此程序规范代码
- 2022-04-16 00:03:45下载
- 积分:1
-
自遍的OPENGL基本框架,有光照,位置变化,旋转等操作,一般的OPENGL都可以在这个基础上...
自遍的OPENGL基本框架,有光照,位置变化,旋转等操作,一般的OPENGL都可以在这个基础上-OpenGL basic Framework, with interactions such as light, transformation, rotation, etc.
- 2022-02-10 17:08:40下载
- 积分:1
-
OpenGL source Palette
OpenGL源代码Palette -OpenGL source Palette
- 2023-07-03 19:55:03下载
- 积分: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中摄像机的模拟编程,可以为3d角色动画提供一定的参考素材。-opengl simulation programming, for 3d character animation provide some reference material.
- 2022-06-13 10:25:23下载
- 积分:1
-
利用OpenGL来进行的三维场景的绘制。
利用OpenGL来进行的三维场景的绘制。
-use OpenGL for the 3D scene rendering.
- 2023-01-07 16:00:03下载
- 积分:1
-
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习...
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习-OpenGL graphics programming code, a good book" s source code, unfortunately did not download the book. Hope that the code for them to learn from
- 2022-07-12 10:27:11下载
- 积分:1
-
One used to play FLCFLI the 3DS animation format control
一个用来播放 FLCFLI 的 3DS 动画格式控件-One used to play FLCFLI the 3DS animation format control
- 2023-03-30 00:25:03下载
- 积分:1