-
VC中利用OpenGL技术实现可视化
VC中利用OpenGL技术实现可视化-VC OpenGL visualization technology
- 2022-10-09 07:10:03下载
- 积分:1
-
利用OPENGL在MFC的单文档视结构中的窗体上绘制了两国三维物体,并且添加了一些相关的背景绘制...
利用OPENGL在MFC的单文档视结构中的窗体上绘制了两国三维物体,并且添加了一些相关的背景绘制-use OpenGL in MFC single document as the structure on the Form 3D rendering of the two objects, and the addition of some relevant background rendering
- 2022-03-07 07:52:02下载
- 积分:1
-
Miner3D_viewer ActiveX control (for Miner3D game)
Miner3D_viewer ActiveX control (for Miner3D game)
- 2022-11-08 05:25:03下载
- 积分:1
-
实现了3D效果的水波纹扩散,鼠标点击扩散
实现了3D效果的水波纹扩散,鼠标点击扩散-achieve the 3D effect of water bellows proliferation, the spread of the mouse click
- 2022-01-26 00:59:59下载
- 积分:1
-
simulated solar physics movement and the achievement of texture, movement contro...
此程序了模拟太阳九大行星运动并实现了纹理,控制运动等操作-simulated solar physics movement and the achievement of texture, movement control operation
- 2022-03-30 05:39:06下载
- 积分:1
-
三角化算法 c#
三角化算法 c#
- 2022-04-21 15:11:06下载
- 积分: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
-
一个3维的房子,可以运动的,带你走向3d世界。
一个3维的房子,可以运动的,带你走向3d世界。-A three dimension house, can moves and leads you to the 3D world.
- 2022-12-22 17:00:03下载
- 积分:1
-
opengl的入门级例子
opengl demo本工程是一个完美的opengl 演示程序,它简单易懂,即使是没有学过opengl 的同学也能看懂但同时它又功能完善,基本概括了opengl 3的整个固定渲染管线,包括场景搭建,摄像机控制,模型建立,场景渲染,甚至还有交互过程设计总之,这个是我当初学习opengl的一个最好的demo
- 2022-10-08 18:10:02下载
- 积分:1
-
check whether a certain point in the first
检查某一点是否位于平截头体内,并据此决定是否显示。用dev-c++编译。-check whether a certain point in the first-cut body, and accordingly decide whether to show. With dev- c compiler.
- 2022-02-26 14:19:40下载
- 积分:1