-
一个3D地图编辑器. 可以进行卡通勾边渲染
一个3D地图编辑器. 可以进行卡通勾边渲染-A 3D map editor.勾边can be a cartoon rendering
- 2022-05-24 19:09:49下载
- 积分:1
-
OpenGL编程与实例
OpenGL编程与实例-OpenGL programming examples and
- 2022-12-02 23:00:03下载
- 积分: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中可用的旋转、缩放和平移等矩阵运算 可实现类似于MATLAB的矩阵运算功能形象化展示模型视图矩阵变换, 分别管理模型矩阵、视图矩阵,
- 2022-07-10 00:13:05下载
- 积分:1
-
This is the best I have seen for beginners the OpenGL source code, OpenGL contai...
这是我 见过的最适合初学者的OPENGL源代码,包含了OPENGL的编程的基本方面,界面设计的也很全面,读入地学规则格网数据-This is the best I have seen for beginners the OpenGL source code, OpenGL contains the basic programming, interface design is also very comprehensive, time-study data grid rules
- 2022-03-18 14:04:45下载
- 积分:1
-
OpenGL中的Bezier曲线/曲面的渲染器。
Bezier Curve / Bezier Surface renderer in OpenGL.
Press 1-4 to control level of details.
Press l to toggle outlines.
Press s to toggle smooth.
Project was built using XCode, but should be easily portable to other platforms.
See SceneFileFormat.txt for scene file instructions.-Bezier Curve/Bezier Surface renderer in OpenGL.
Press 1-4 to control level of details.
Press l to toggle outlines.
Press s to toggle smooth.
Project was built using XCode, but should be easily portable to other platforms.
See SceneFileFormat.txt for scene file instructions.
- 2022-03-11 20:09:57下载
- 积分:1
-
借助于VC和OPENGL进行编程,实现了三角形的旋转,还运用了混和,图像质量和速度的进行折衷,以及深度测试等。是个非常好的例子。...
借助于VC和OPENGL进行编程,实现了三角形的旋转,还运用了混和,图像质量和速度的进行折衷,以及深度测试等。是个非常好的例子。-using VC and OpenGL programming, achieving the rotating triangle, a mixed use, image quality and speed for a compromise, and the depth test. It is a very good example.
- 2023-03-07 17:05:04下载
- 积分:1
-
实现了光照控制,纹理映射,透明物体,弹簧制作、三维旋转等诸多功能。...
实现了光照控制,纹理映射,透明物体,弹簧制作、三维旋转等诸多功能。-achieve illumination control, texture mapping, transparent objects, spring production, 3D rotation and many other functions.
- 2022-02-09 23:45:16下载
- 积分:1
-
一个opengl例子
这是一个基础的学习opengl与vs2017结合的例子,从最基本的步骤开始,到一个几何模型的简单演示。
- 2022-02-13 08:45:24下载
- 积分:1
-
Opengl 三维平面裁剪源码 Opengl 三维平面裁剪源码
Opengl 三维平面裁剪源码 Opengl 三维平面裁剪源码-Opengl 3D clipe Opengl 3D clipe
- 2023-01-16 21:00:03下载
- 积分:1