-
2048+OpenGL 游戏源码
使用C语言写的2048小游戏,绘图使用了OpenGL图形接口,VC环境下开发,有C语言基础的都能够整明白,可以作为学习之用,欢迎下载。
- 2022-02-21 03:46:51下载
- 积分:1
-
TyphoonLabs的OpenGLES教程的原代码,所有程序都是基于EVC++平台的。...
TyphoonLabs的OpenGLES教程的原代码,所有程序都是基于EVC++平台的。-TyphoonLabs OpenGLES Directory of the original code, All procedures were based on the platform of EVC.
- 2022-04-29 16:43:38下载
- 积分:1
-
将球和阴影投影在平面上,适合于三维游戏专业…
移动的小球并在平面投射阴影,适合3D游戏编程-Moving the ball and the shadow projection in the plane, suitable for 3D Game Programming
- 2022-02-02 03:19:23下载
- 积分:1
-
创建OpenGL窗口的基本代码,自己觉得很有用,与大家分享。
创建OpenGL窗口的基本代码,自己觉得很有用,与大家分享。-Create OpenGL window for the basic code, feel useful, to share with you.
- 2022-02-03 05:31:23下载
- 积分: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
-
OpenGL材质事例
OpenGL材质事例-OpenGL
- 2022-09-02 17:35:03下载
- 积分:1
-
In this tutorial we use Multiple Transforations to simulate the shoulder and elb...
In this tutorial we use Multiple Transforations to simulate the shoulder and elbow of a robotic arm.
- 2022-02-10 10:00:50下载
- 积分:1
-
OpenGL开发的一个简单的射击游戏,第一视角。
openGL开发的简单的射击游戏,第一视角。-openGL developed a simple shooting game, the first perspective.
- 2022-04-11 00:14:08下载
- 积分:1
-
使用OpenGL的纹理映射技术在物体表面绘制图像
使用OpenGL的纹理映射技术在物体表面绘制图像-Use OpenGL texture-mapping technology in the surface rendering image
- 2022-06-13 12:49:24下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-07-10 02:44:39下载
- 积分:1