-
虚拟现实技术Creator建模技巧――图片
虚拟现实技术Creator建模技巧――图片-Creator of Virtual Reality Modeling techniques- image
- 2022-09-06 03:45:03下载
- 积分:1
-
STL读取
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CListNodeOfCPoint3D::CListNodeOfCPoint3D( const CPoint3D& P) : data(P), nextPtr(0)
{
}
CListNodeOfCPoint3D::~CListNodeOfCPoint3D()
{
}
CPoint3D CListNodeOfCPoint3D::GetData() const
{
return data;
}
- 2022-04-23 19:55:30下载
- 积分: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
-
meshlib是多边形网格创建、编辑和模型库。meshlib已…
MeshLib is our polygon mesh creation, editing and modeling library. MeshLib has been used in all our mesh modeling plug-ins for various CAD systems as well as standalone applications.
- 2022-05-15 23:45:54下载
- 积分:1
-
飞车模拟 opengl
飞车模拟 opengl- The speeding car simulates opengl
- 2023-08-25 11:40:02下载
- 积分:1
-
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球.rar是在mfc程序下写出来的程序-opengl
- 2022-02-25 18:04:56下载
- 积分:1
-
使用OpenGL实现的屏幕淡入进行绘制的效果,很不错
使用OpenGL实现的屏幕淡入进行绘制的效果,很不错-Realize the use of OpenGL for rendering the screen fade in effect, very good
- 2022-05-21 18:00:27下载
- 积分:1
-
OpenGL基础图形编程
OpenGL基础图形编程-OpenGL foundation graph programs
- 2022-07-01 22:34:31下载
- 积分:1
-
nukak3d
nukak3d-4.6.0的源代码,比较复杂的一个例子-nukak3d-4.6.0 source code, an example of more complicated
- 2022-03-05 01:46:00下载
- 积分:1