-
OPENGL在VC++中的图像上色好的旋转
OPENGL在VC++中的图像上色好的旋转-OPENGL in VC++ Good color image rotation
- 2022-02-28 23:13:56下载
- 积分:1
-
5dg的Win32框架
5DG S Win32 Framework
- 2022-09-20 00:30: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
-
利用 Open GL 制作的 3D 物体控件及相关之类别库,并提供管理光源、材质等对象特性的 TTreeView 控件 ( 0.8.0 版,附原始程序代码,使用...
利用 Open GL 制作的 3D 物体控件及相关之类别库,并提供管理光源、材质等对象特性的 TTreeView 控件 ( 0.8.0 版,附原始程序代码,使用前请先下在安装 GRAPHICEX33.ZIP 及 OPENGL12.ZIP )-produced using Open GL 3D objects and control related categories arsenals, and provide management source, Material properties of objects such as TTreeView component (version 0.8.0, with the source code, under the post before use in the installation and OPENGL12.ZIP GRAPHICEX33.ZIP)
- 2022-05-31 17:54:57下载
- 积分:1
-
OpenGL三维图形编程指南,一个chm的文件,对于初学者有很大帮助...
OpenGL三维图形编程指南,一个chm的文件,对于初学者有很大帮助-Three-dimensional graphics OpenGL Programming Guide, a chm files, are very helpful for beginners
- 2022-03-15 11:47:01下载
- 积分:1
-
linux平台下的raytracer(光线追踪)算法
在linux/mac系统下实现的raytracer算法,包括反射、折射、阴影效果,可以增加光源,可以去锯齿运行方法:进入文件夹,在终端下编译makefile文件程序运行后会产生scene.bmp图片,在mac下看不到窗口里显示的图片,需要看scene才能看到效果,linux下可以直接在窗口里看到图片
- 2022-01-21 21:20:22下载
- 积分:1
-
Opengl+mfc旋转代码
opengl+mfc做的一个简单的魔方DEMO.可供新手学习.demo中实现了通过属性面板来修改模型的世界坐标,然后在属性面板上选择魔方对应的面并让对应面旋转。代码环境是VS2013。
- 2023-04-25 14:50:04下载
- 积分:1
-
- 2023-07-09 13:05:04下载
- 积分:1
-
The concept of particle effects is very simple. Particle effects can be used to...
The concept of particle effects is very simple. Particle effects can be used to simulate fire, fireworks, water fountains, snow, rain, explosions and many other things. The effects are created by creating a definite number of particles. Depending on the need for performance and realistic appearance, the number of particles can range from 50 to thousands. Each particle has its own location, size, velocity, color, life and image. The particle engine controls the particles and makes them react according to the rules of the particle .
- 2022-02-24 16:10:50下载
- 积分:1
-
opengl Programming Guide
opengl编程教程-opengl Programming Guide
- 2022-06-02 14:45:00下载
- 积分:1