-
使用OpenGL的三维画一个球(光,调整球,数量等。
利用OpenGL画的一个三维球体(有光照,可以调整球面数,可以调整球体半径,有旋转,有移动等基本操作,充分表现人机交互的效果。比较适合初学者。便于理解OpenGL画图的数学原理.-use OpenGL 3D painting of a ball (a light, adjust the number of spherical, the radius can be adjusted Ball, a rotating movement, such as basic operation fully demonstrated the effectiveness of human-computer interaction. More suitable for beginners. OpenGL drawing easier to understand the mathematical principles.
- 2022-02-07 13:20:24下载
- 积分:1
-
一个光照效果的小实例,可以学习OpenGL编程
一个光照效果的小实例,可以学习OpenGL编程-a lighting effect of small examples, we can learn from OpenGL Programming
- 2022-08-03 13:25:07下载
- 积分:1
-
Draw a 3
Draw a 3-D cube withoput OpenGL and DirectX,show some base ideas about 3-D Graphics
- 2023-01-16 15:25:04下载
- 积分:1
-
OpenGL templates40 examples source codes
OpenGL templates40 examples source codes
- 2022-03-26 00:32:33下载
- 积分:1
-
用c和opengl写的,用来对Nurbt曲面的编写,很适合学曲面的初学者...
用c和opengl写的,用来对Nurbt曲面的编写,很适合学曲面的初学者-Opengl with c and written Nurbt used to prepare the surface, it is suitable for beginners Surface Science
- 2022-08-25 10:50:32下载
- 积分:1
-
The use of Visual C++ 6.0 development environment, inheritance, dynamic renderin...
使用Visual C++6.0继承开发环境,基于OpenGL动态绘制奥林匹克五环标志的一个小源码。代码只有一个C语音源文件。算法相对简单-The use of Visual C++ 6.0 development environment, inheritance, dynamic rendering based on OpenGL Olympic rings logo, a small source. There is only one voice C code source file. Relatively simple algorithm
- 2023-06-28 15:55:03下载
- 积分:1
-
用VC开发的书籍,内容丰富全面,特别…
这本是关于vc与opengl开发的书籍,内容丰富全面,特别适合初学者-vc with opengl on the development of books, rich in content comprehensive, especially for beginners
- 2022-01-25 19:27:08下载
- 积分:1
-
用opengl编写的一个简单的由颜色变换组成的立方体,可以旋转的功能,已经调试!...
用opengl编写的一个简单的由颜色变换组成的立方体,可以旋转的功能,已经调试!-use opengl prepared by a simple color change of cube, can rotate function, Debugging already!
- 2022-07-05 09:35:39下载
- 积分:1
-
八叉树的实现
功能:
1、创建八叉树。
此八叉树为满树,即所有节点/叶子全部创建。
用户可以自定义此八叉树的深度和所处的三维场景中的位置。...
八叉树的实现
功能:
1、创建八叉树。
此八叉树为满树,即所有节点/叶子全部创建。
用户可以自定义此八叉树的深度和所处的三维场景中的位置。
注a:由于创建树时为满树创建,故层数太大时创建时间可能会比较久,请耐心等待。
注b:创建顺序为(1)上层左前节点-(2)上层右前节点-(3)上层右前节点-(4)上层右后节点
-(5)下层左前节点-(6)下层右前节点-(7)下层右前节点-(8)下层右后节点-(1)-(2)……
2、先序遍历八叉树。
八叉树创建成功后用户可调用此子模块查看此八叉树,会显示每个结点的编号,值和在场景中的坐标。
3、查看八叉树的深度。
4、在场景中查找点。
用户首先输入要查找的坐标。
如果该点位于场景外则提示用户并返回,否则在场景中递归查找该点。
找到后输出该点所处的子结点的坐标和递归次数。-err
- 2022-02-04 18:51:02下载
- 积分:1
-
一个小的3D实例
一个小的3D实例-a small example of the 3D
- 2022-10-07 05:55:03下载
- 积分:1