-
使用OpenGL,图形的缩放的三个典型案例,绘制球灯…
OpenGL的使用,三个典型的例子,分别为图形的缩放,绘制光源照射的球体。雾的使用-use OpenGL, three typical examples of the scaling graphics, drawing the ball light irradiation. The use of fog
- 2022-03-01 13:38:40下载
- 积分:1
-
一个刽子手游戏(大学外号版)
A Hangman Game (College Nickname Edition)
- 2022-03-18 11:37:40下载
- 积分:1
-
NeHe)的OpenGL教程
NeHe)的OpenGL教程- 二次曲面 第十八课 二次曲面是一种画复合对象的方法,这种方法通常并不需要很多的三角形。-binding for the Java language) OpenGL tutorial-conicoid 18th class conicoid painting is a composite object method, which does not usually need a lot of the triangle.
- 2022-07-13 06:55:37下载
- 积分:1
-
DeMatrix: 生物分子结构pdb文件的变换矩阵提取程序的源码。pdb文件可显示三维生物分子结构,并且用其他程序显示,显示后可以随意变换,这个程序可以抽取变...
DeMatrix: 生物分子结构pdb文件的变换矩阵提取程序的源码。pdb文件可显示三维生物分子结构,并且用其他程序显示,显示后可以随意变换,这个程序可以抽取变换的数学矩阵,用于变化同类pdb.-DeMatrix: bio-molecular structure pdb file extraction program source code transformation matrix. pdb file can be displayed three-dimensional structure of biological molecules, and other programs to use a display that can be freely after the change, this program can extract the mathematical transformation matrix for the change in the same pdb.
- 2022-03-23 21:37:55下载
- 积分:1
-
opengl入门,画图的各种步骤比较详细
opengl入门,画图的各种步骤比较详细-opengl portal, drawing the various steps in more detail
- 2022-10-10 15:05:03下载
- 积分:1
-
openGL在MFC环境下绘图,并将绘图结果保存下来
openGL在MFC环境下绘图,并将绘图结果保存下来-MFC environment mapping, mapping results will be preserved
- 2022-03-15 09:38:31下载
- 积分:1
-
OPENGL Delphi Programming.this code(include the exe file)is the Human behavpathc...
OPENGL Delphi Programming.this code(include the exe file)is the Human behavpathcontrol.
- 2022-01-21 00:55:32下载
- 积分:1
-
示例了在MFC框架中直接使用OPENGL API的必须的基本代码
示例了在MFC框架中直接使用OPENGL API的必须的基本代码-example of the MFC framework of the direct use of the OpenGL API to the basic code
- 2022-02-02 09:23:17下载
- 积分: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
-
这是一个利用vc与opengl开发的旋转,爆炸,材质的程序。
这是一个利用vc与opengl开发的旋转,爆炸,材质的程序。-use vc with opengl development of the rotation, explosion, materials procedures.
- 2023-05-15 10:15:03下载
- 积分:1