-
基于osg和vc2005的漫游实例,其中实现了碰撞检测的功能,希望能对osg的初学者有一点借鉴的作用...
基于osg和vc2005的漫游实例,其中实现了碰撞检测的功能,希望能对osg的初学者有一点借鉴的作用-Based on the OSG and the roaming vc2005 example, which achieved a collision detection function, hoping to OSG beginner to learn from the role it
- 2022-03-09 17:35:29下载
- 积分:1
-
基于OpenGL开发的场景模拟程序,实现了漫游功能,通过键盘的上下左右方向键可以在场景中漫游....
基于OpenGL开发的场景模拟程序,实现了漫游功能,通过键盘的上下左右方向键可以在场景中漫游.-OpenGL-based scene simulation program development, realize the roaming function, using the keyboard arrow keys around the top and bottom can be roaming in the scene.
- 2023-02-09 15:20:04下载
- 积分:1
-
上次上载了一篇有关三维空间最接近点对的论文,但是源码没有找到.今天终于找到了,现在上传上来,以供参考....
上次上载了一篇有关三维空间最接近点对的论文,但是源码没有找到.今天终于找到了,现在上传上来,以供参考.-Last upload an article on the three-dimensional space the closest points of the thesis, but source not found. Today, finally found, and now upload up for reference.
- 2022-03-22 02:35:23下载
- 积分:1
-
织物模拟,使用弹簧模型,很值得研究
织物模拟,使用弹簧模型,很值得研究- The fabric simulation, uses the spring model, is worth studying
very much
- 2023-06-21 19:35:05下载
- 积分:1
-
与参考方法编写严格按照你自己的opengl8点圆,…
自己写的opengl8点画圆 完全按参考书方法,给初学者参考-Write your own opengl8 Point Circle in strict accordance with reference method, for advanced users
- 2022-02-09 22:55:37下载
- 积分:1
-
因为,我们年轻,所以我们有的是创新 有的是个性 有的是自信!!!
但是,我们也要有过硬的技术做后盾所以我们要脚踏实地的学习...
因为,我们年轻,所以我们有的是创新 有的是个性 有的是自信!!!
但是,我们也要有过硬的技术做后盾所以我们要脚踏实地的学习-Because we young, so we have some innovation and some are self-confident personality!!! However, we must have strong technical backing to do so we have to learn down-to-earth
- 2023-05-30 13:10: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
-
This demo implements the marching cubes algorithm for constructing a polygonal m...
This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2 / ((ball.x - x)2 + (ball.y - y)2 + (ball.z - z)2) for all balls. The surface is defined to be where the sum is one.-This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2/((ball.x- x)2+ (ball.y- y)2+ (ball.z- z)2) for all balls. The surface is defined to be where the sum is one.
- 2022-03-03 15:18:22下载
- 积分:1
-
使用opengl渲染的实例,使用opengl渲染的实例,
使用opengl渲染的实例,使用opengl渲染的实例,-Examples of the use of opengl rendering, use the opengl rendering examples
- 2023-06-25 22:15:03下载
- 积分:1
-
3D 图形功能
使用陶的 3D 图形进行编程的例子。轴、 缩放、 旋转运动。不同的形状。图平面。
- 2023-08-13 19:30:03下载
- 积分:1