-
[OpenGL] Frenet 标架
这是 frenet 标架曲线。
它是为谁想要学习在 OpenGL 中明明帧或挤压的方式很有帮助。
附加的 c + + 源代码文件。
- 2022-10-16 05:20:04下载
- 积分: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
-
用OpenGL实现简单动画
用OpenGL实现简单动画-use OpenGL simple animation
- 2022-10-12 10:10:03下载
- 积分:1
-
OpenGL integration painted teapot
OpenGL融合画茶壶-OpenGL integration painted teapot
- 2022-08-11 23:08:16下载
- 积分:1
-
Opengl实现的旗帜飘动效果,c语言源代码。
Opengl实现的旗帜飘动效果,c语言源代码。-Opengl realize the effect of the flag fluttering, c language source code.
- 2022-08-13 07:09:45下载
- 积分:1
-
DeMatrix: 生物分子结构pdb文件的变换矩阵提取程序的源码。pdb文件可显示三维生物分子结构,并且用其他程序显示,显示后可以随意变换,这个程序可以抽取变...
DeMatrix: 生物分子结构pdb文件的变换矩阵提取程序的源码。pdb文件可显示三维生物分子结构,并且用其他程序显示,显示后可以随意变换,这个程序可以抽取变换的数学矩阵,用于变化同类pdb.-DeMatrix: bio-molecular structure pdb file extraction program source code transformation matrix. pdb file can be displayed three-dimensional structure of biological molecules, and other programs to use a display that can be freely after the change, this program can extract the mathematical transformation matrix for the change in the same pdb.
- 2022-03-23 21:37:55下载
- 积分:1
-
一个opengl的例子!!可以帮助你更详细的了解opengl
一个opengl的例子!!可以帮助你更详细的了解opengl-an opengl example! ! I can help you more detailed understanding opengl!
- 2022-02-20 06:29:18下载
- 积分:1
-
目的
Objective-C,英文版,学习苹果开发的基础语言-Objective-C
- 2022-03-16 22:10:08下载
- 积分:1
-
Using c++ and opengl written, based on the basic elements of the operation, very...
用c++和opengl写的,基于基本图元的操作,对初学者很有帮助-Using c++ and opengl written, based on the basic elements of the operation, very helpful for beginners
- 2022-03-24 16:04:30下载
- 积分:1
-
bezier曲线
bezier方法是一种以逼近为基础的参数曲线和曲面的设计方法,它将函数逼近论同几何表示结合起来,使得设计师在计算机上设计曲线曲面就像使用作图工具一样得心应手。本程序通过鼠标点输入,实现bezier曲线。
- 2023-04-10 08:30:03下载
- 积分:1