-
surf3d presentation, light, frame, filling, aerosol, projectors to choose, use o...
surf3d演示,光照,线框、填充,雾化,投影选择,使用openGL, 需要glut32.dll.-surf3d presentation, light, frame, filling, aerosol, projectors to choose, use openGL, need glut32.dll.
- 2022-04-20 03:35:37下载
- 积分:1
-
一个最基本的OpenGL程序框架。很多朋友在初学OpenGL将…
一个最基本的OpenGL程序框架。很多朋友在初学OpenGL时会很迷茫,无从下手,其实一个最简单的OpenGL程序框架对你来说可能是理解OpenGL原理的最好帮手。-a basic procedural framework of OpenGL. Many friends in a novice OpenGL will be very confused, no harm In fact, one of the most simple OpenGL procedural framework for you to understand is the principle of the best OpenGL helper .
- 2023-01-23 10: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
-
OpenGL如此美丽的喷泉
opengl做漂亮的喷泉-opengl so beautiful fountains
- 2022-03-10 20:35:41下载
- 积分:1
-
用opengl写的,速度很快,显示3D物体
用opengl写的,速度很快,显示3D物体-use opengl written, very fast, show 3D objects
- 2022-03-20 04:00:34下载
- 积分:1
-
用opengl实现三个物体不同转速 不同大小的太阳系的程序
用opengl实现三个物体不同转速 不同大小的太阳系的程序-use opengl achieve three different objects of different sizes speed of the solar system in the process
- 2022-10-12 09:55:03下载
- 积分:1
-
这是比较经典的LOD程序,使用OPENGL函数进行编程,显示效果良好!...
这是比较经典的LOD程序,使用OPENGL函数进行编程,显示效果良好!-this is the classic LOD, the use of OpenGL function programming, showing good results!
- 2022-01-28 07:08:03下载
- 积分:1
-
作场景漫游、虚拟现实的可以参考一下。主要内容是模拟一架飞机的飞行过程,包括飞行、发射子弹、喷射尾焰等。工具是VC++和OpenGL...
作场景漫游、虚拟现实的可以参考一下。主要内容是模拟一架飞机的飞行过程,包括飞行、发射子弹、喷射尾焰等。工具是VC++和OpenGL-scene for roaming, virtual reality can take a look. Main elements of a simulation of the flight of the aircraft, including the flight, firing bullets, such as flame spray. VC tools and OpenGL
- 2022-03-26 06:00:20下载
- 积分:1
-
这是我自己用OpenGL做的一个程序,有交互控制台,可以自己设置光源,反走样,明暗处理和显示方式等,对学习OpenGL很有帮助...
这是我自己用OpenGL做的一个程序,有交互控制台,可以自己设置光源,反走样,明暗处理和显示方式等,对学习OpenGL很有帮助-This is for my own use OpenGL to do a procedure, interactive consoles, can set up their own light source. Anti-aliasing, shading and display modes, very helpful to learn OpenGL
- 2023-04-19 05:30:03下载
- 积分:1
-
example for vtk an example for VTK
example for v.t.k
一个例子用于v.t.k-example for vtk an example for VTK
- 2022-01-31 11:34:13下载
- 积分:1