-
给大家上传一个OpenGL的库文件,帮助解决初学者的问题
给大家上传一个OpenGL的库文件,帮助解决初学者的问题-To the U.S. to upload a OpenGL library files, to help solve the problem of beginners
- 2022-04-11 23:34:10下载
- 积分:1
-
lesson18 OpenGL tutorial examples of bcb6
OPENGL教程lesson18的bcb6例子-lesson18 OpenGL tutorial examples of bcb6
- 2023-01-22 20:30: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
-
采用OPEN GL 开发的基于VC++ 6.0的机器手运动仿真程序
原创开发,在VC++环境下建立了OPENGL视景仿真环境,动画渲染机制,雾化及光照效果等,采用了多级显存的入栈出栈操作,实现了多级机器手的运动显示。相对于其他的实时仿真系统如VEGA等,该方案无需安装环境插件,且效率高,实时性好,可用作实时测控环境。
- 2022-10-27 08:15:03下载
- 积分:1
-
opengl的入门级例子
opengl demo本工程是一个完美的opengl 演示程序,它简单易懂,即使是没有学过opengl 的同学也能看懂但同时它又功能完善,基本概括了opengl 3的整个固定渲染管线,包括场景搭建,摄像机控制,模型建立,场景渲染,甚至还有交互过程设计总之,这个是我当初学习opengl的一个最好的demo
- 2022-10-08 18:10:02下载
- 积分:1
-
OpenGL红宝书是业界权威著作,本书的源码是OpenGL开发人员的必备....
OpenGL红宝书是业界权威著作,本书的源码是OpenGL开发人员的必备.-Little Red Book OpenGL is the industry
- 2022-04-07 04:17:09下载
- 积分:1
-
openGL based on octree graphics programming, computer graphics work
openGL 基于八叉树的图形编程,计算机图形学作业-openGL based on octree graphics programming, computer graphics work
- 2022-12-28 05:55:03下载
- 积分:1
-
random terrain generation source code used VC.net2003
基于opengl的随机地形生成源代码
用VC.net2003-random terrain generation source code used VC.net2003
- 2022-07-21 18:13:19下载
- 积分:1
-
使用 c + + 编写的模拟水液滴幻灯片
这是简单的两个基础 psimulation 的水滑梯沿垂直墙,使用了 D2Q9 LBM 模型 !
- 2023-01-13 18:55:03下载
- 积分:1
-
The use of Visual C++ 6.0 development environment, inheritance, dynamic renderin...
使用Visual C++6.0继承开发环境,基于OpenGL动态绘制奥林匹克五环标志的一个小源码。代码只有一个C语音源文件。算法相对简单-The use of Visual C++ 6.0 development environment, inheritance, dynamic rendering based on OpenGL Olympic rings logo, a small source. There is only one voice C code source file. Relatively simple algorithm
- 2023-06-28 15:55:03下载
- 积分:1