-
ASSIMP 测试程序
C++ OPENGL ASSIMP 加载各类3D模型
C++ OPENGL ASSIMP 加载各类3D模型
C++ OPENGL ASSIMP 加载各类3D模型
C++ OPENGL ASSIMP 加载各类3D模型
- 2023-05-31 06:35:10下载
- 积分:1
-
a rotating dizzy magic small chunks of the production process can be used as scr...
一个旋转的眩幻小方块的程序
可以作为制作一些屏幕保护程序的
初始例子-a rotating dizzy magic small chunks of the production process can be used as screen saver some of the initial example
- 2022-03-31 06:43:13下载
- 积分:1
-
opengl粒子系统
粒子系统表示三维计算机图形学中模拟一些特定的模糊现象的技术,而这些现象用其它传统的渲染技术难以实现的真实感的 game physics。经常使用粒子系统模拟的现象有火、爆炸、烟、水流、火花、落叶、云、雾、雪、尘、流星尾迹或者象发光轨迹这样的抽象视觉效果等等。
- 2022-06-26 15:04:35下载
- 积分:1
-
OpenGL foundation to the friend which begins studies
OpenGL may have a look to s...
OpenGL基础 对初学OpenGL的朋友可以看看
里面对于基本图形绘制说的很明白
是本不错的书-OpenGL foundation to the friend which begins studies
OpenGL may have a look to say regarding the basic graph plan
understood very much is this good book
- 2022-02-03 21:19:17下载
- 积分:1
-
Opengl的组合图形演示,希望对大家学习有帮助,支持站长!
Opengl的组合图形演示,希望对大家学习有帮助,支持站长!-Opengl graphic presentation of the portfolio, in the hope that everyone has to learn to help support the station!
- 2022-08-10 15:17:50下载
- 积分:1
-
利用OpenGL函数实现绘制茶壶图形,包括可视窗口的大小尺寸,窗口背景和绘图功能。...
利用OpenGL函数实现绘制茶壶图形,包括可视窗口的大小尺寸,窗口背景和绘图功能。-Function OpenGL graphics rendering teapot, including the visualization window sizes, the window background and graphics features.
- 2023-03-03 19:40:04下载
- 积分:1
-
MFC Opengl三维控件
应用背景
1当二维自定义控件的绘制效果无法满足图形需求时,需要考虑三维控件的可行性;
2在三维控件中,可绘制立体的效果;
3 可在二维图形程序中,绘制三维的图表,如饼图。曼哈顿图等;
关键技术
1 mfc自绘制控件的技术实现;
2 opengl基本绘制图形
3 opengl图形框架,包括编辑,旋转,视图缩放等
4 提供了三维投影,拾取基础类的代码;
5 自定义控件派生自static控件;
void COpenglWnd::Paint()
{
InitOpengl();
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
//////////////////////////////////////////////////////////////////////////
glPushMatrix();
glTranslated(0,0, -m_OpenglSize.GetEyeDistance() );
RenderOpengl();
glPopMatrix();
HDC m_hgldc = ::GetDC(m_hWnd);
::SwapBuffers(m_hgldc);
}
- 2023-04-10 06:30:03下载
- 积分:1
-
dxf 转openg显示
船体dxf文件读取,本程序可以读取船舶设计软件Tribon生成的dxf文件,此程序为框架,可以进一步开发实用功能。
- 2022-02-20 12:17:43下载
- 积分: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
-
OpenGL 3D场景漫游
用OpenGL实现的一个用C代码实现基于OPENGL的小范围的场景漫游,完整的代码(代码功能加以注释),一个老师布置的小作业。
- 2022-12-11 11:20:03下载
- 积分:1