-
VC, Opengl prepared by the screen contains the source code and the procedures fo...
VC、Opengl编写的屏幕保护程序 包含源码和执行程序 通过鼠标的拖动可控制环和球的转动-VC, Opengl prepared by the screen contains the source code and the procedures for implementation by dragging the mouse to control the ball and the Central Moment
- 2022-02-06 03:16:20下载
- 积分:1
-
OpenGL
基于VC+OPENGL,关于cassini椭圆函数的等值线生成,涉及等值线插值问题.-OpenGL-based VC, cassini elliptic function of the contour generation, isogram involving interpolation.
- 2023-06-07 07:30:03下载
- 积分:1
-
实现opengl三维坐标的绘制和任意旋转
实现opengl三维坐标的绘制和任意旋转-Opengl realize three-dimensional coordinates of the mapping and arbitrary rotation
- 2022-07-13 19:55:24下载
- 积分:1
-
一个有关OpenGL的源代码,还是比较有用的,里面的代码相当详尽,对于OPENGL的使用方面有较大帮助,俺花了大规模时间来开发的呀,呵呵 望大家一起学习改进...
一个有关OpenGL的源代码,还是比较有用的,里面的代码相当详尽,对于OPENGL的使用方面有较大帮助,俺花了大规模时间来开发的呀,呵呵 望大家一起学习改进-one of the OpenGL source code, it is still useful, inside the code in considerable detail, the use of OpenGL for a greater help, I spent a large-scale development time to it, huh hope we will study together to improve
- 2023-03-31 20:30:03下载
- 积分:1
-
一个3D效果的初学程序
资源描述这是一个基础的图像3D处理,这用于刚入门的朋友,可以接触到入门学的3D图形处理,效果是出现一个环境草原的围栏,根据图片来决定,我给出的是一个围栏草地。
- 2022-07-28 05:21:31下载
- 积分: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融合技术,改正了NEHE教程中融合一节的错误-Opengl fusion technology, fusion corrected NEHE a tutorial error
- 2022-07-13 00:59:07下载
- 积分:1
-
OpenGL加载obj模型
在Win32 OPENGL环境下采用面向对象的思想,编程实现的导入OBJ文件并显示其模型的代码。提供给学习用途。
- 2022-12-25 18:25:05下载
- 积分:1
-
Arduino OBD2 项目
Arduino obd2 代码的读码器,开放源燃料效率仪器仪表
- 2023-01-27 20:50:03下载
- 积分:1
-
使用OpenGL画3D图形的简单例子,通过此代码可以很直接的学习画3D图形,用中文注释...
使用OpenGL画3D图形的简单例子,通过此代码可以很直接的学习画3D图形,用中文注释-3D graphics using OpenGL drawing of a simple example, the passage of this code can be very straightforward to learn painting 3D graphics, use of Chinese Notes
- 2022-07-22 21:26:30下载
- 积分:1