-
一个基于MFC多文档的Opengl程序,给出了使用一般VC++开发基于MFC的Opengl的框架。...
一个基于MFC多文档的Opengl程序,给出了使用一般VC++开发基于MFC的Opengl的框架。-a document based on the number of MFC Opengl procedures, given the use of general VC-based MFC Opengl framework.
- 2022-01-25 20:44:19下载
- 积分:1
-
OpenSceneGraph is based on OpenGL for its packaging and improved Graphics develo...
OpenSceneGraph是在OpenGL基础上对其进行了封装和改进的图形开发包,采用树型结构来组织和绘制整个场景。最新版本的osg内核集成了GPU管线绘制。本例子是用osg编写的一个基本例子,将osg中的飞机模型载入到场景中显示出来。-OpenSceneGraph is based on OpenGL for its packaging and improved Graphics development kits, using a tree structure to organize and rendering the whole scene. Osg latest version of the kernel integrates GPU rendering pipeline. This example is the use osg prepared a basic example of the plane osg included in the model to the scene revealed.
- 2022-07-08 04:02:38下载
- 积分:1
-
VC++ OpenGL全屏事例代码,解决了OpenGL在全屏模式下的绘图.
VC++ OpenGL全屏事例代码,解决了OpenGL在全屏模式下的绘图.-VC++ OpenGL full-screen examples of code, solved in full-screen mode OpenGL graphics.
- 2022-06-28 04:47:57下载
- 积分:1
-
opengl+VC 波光闪闪和水波荡漾的论文
opengl+VC 波光闪闪和水波荡漾的论文-opengl+ VC and water rippling wave shiny paper
- 2022-03-19 02:26:13下载
- 积分:1
-
计算机图形学立方体旋转程序。用鼠标拖动可以实现…
计算机图形学立方体旋转程序.可用鼠标拖动实现立方体朝不同方向旋转,有较强真实感.-computer graphics cube rotation procedures. Drag the mouse can be used to achieve various directions cube rotation, a strong realistic.
- 2022-01-31 04:40:14下载
- 积分:1
-
使用四叉树做遮挡剔除和视景体剔除的例子,非常酷!
使用四叉树做遮挡剔除和视景体剔除的例子,非常酷!-Does the use of quadtree block removed and visual examples of body removed, very cool!
- 2022-05-04 21:56:25下载
- 积分: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
-
GPU
基于GPU的流体力学仿真程序(需要Geforce3以上显卡)-GPU-based fluid dynamics simulation program (PII/400 need more graphics)
- 2022-03-26 14:30:22下载
- 积分:1
-
Font to display three
三维字体显示-Font to display three-dimensional
- 2022-06-01 06:13:33下载
- 积分:1
-
水是一个小型项目,灵感来自于我的留言论坛。后水。
Water is a small mini project inspired by a post in my message forum. The post was talking about whether or not it would be possible to create a water effect by modifying the waving flag tutorial. I stripped the flag of it s texture, put stars in the background, set up 3 layers of waving material, and used some simple blending to make it look as though the three layers were waves rippling across the screen. The effect isn t great, but it s cool looking!
- 2022-02-04 10:40:12下载
- 积分:1