-
一个屏保SDK源码
一个屏保SDK源码-a screensaver SDK source
- 2022-06-13 22:26:16下载
- 积分:1
-
原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,...
原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.. Because of the limited energy, the original code did not make any notes. To simplify programming for consideration, in many places designated constant, declined to address GM
- 2022-08-20 01:19:10下载
- 积分: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
-
2维数组
应用背景本代码实现基本的Java编程任务 ; ; ; ; ; ; ; ;关键技术阵列,两,DUA,尺寸,尺寸,该尺寸的数组,二维数组
- 2023-08-18 06:30:03下载
- 积分:1
-
绕任意轴旋的VC源码(OpenGl库)。学习交流。
绕任意轴旋的VC源码(OpenGl库)。学习交流。-arbitrary axis rotation around the VC-source (OpenGl library). Learning exchanges.
- 2022-03-13 17:11:43下载
- 积分: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
-
MD2类型文件的载入。
MD2类型文件的载入。-MD2 types of printed documents.
- 2022-02-16 07:12:39下载
- 积分:1
-
实现opengGL程序的星球旋转绘制等功能是一个不错的程序
实现opengGL程序的星球旋转绘制等功能是一个不错的程序-OpengGL realize process mapping features such as rotating planet is a good procedure
- 2022-08-18 00:31:19下载
- 积分:1
-
put CStatic converted into Class CStaticGL category, for the use of OpenGL dialo...
把CStatic类改装成CStaticGL类,用于在对话框中使用OPENGL画出3维模型,并在模型中添加透明效果。进一步给每个模型的元件增加贴图。-put CStatic converted into Class CStaticGL category, for the use of OpenGL dialog sketches of three-dimensional model, the model and add transparency effects. Further to each model component increased textures.
- 2022-01-25 22:47:52下载
- 积分:1
-
多边形扫描转换算法
多边形扫描转换算法-polygon scan conversion algorithm
- 2022-07-26 02:16:45下载
- 积分:1