-
提供了在opengl中选择物体的框架程序,选择模式和渲染模式的切换实现3d环境下的所见即所得...
提供了在opengl中选择物体的框架程序,选择模式和渲染模式的切换实现3d环境下的所见即所得-in opengl for selecting objects in the framework of procedure and the selection model and rendering mode switch 3d environment to achieve the WYSIWYG
- 2023-08-28 10:35:03下载
- 积分:1
-
三维Obj读取的代码
三维Obj读取的代码,用c++ STL模板做的,能够读取三维顶点,面和材质等各种三维信息,读取代码非常完整,也比较难得。
- 2022-04-14 19:10:19下载
- 积分:1
-
纹理映射,教你如何对已经编好的模型进行贴图等
纹理映射,教你如何对已经编好的模型进行贴图等-Texture mapping, teach you how to have made such a good model for mapping
- 2022-03-06 00:05:57下载
- 积分:1
-
CANDIDE
CANDIDE-3 软件包。 Wincandide。是基于OpenGL和VC++的软件包。-CANDIDE-3 has been derived from the original one. The main purpose of another model is to simplify animation by MPEG-4 Facial Animation Parameters .Therefore, about 20 vertices have been added, most of them corresponding to MPEG4 feature points. This model is called Candide-3 and is included in the WinCandide package.
- 2023-06-04 09:05:06下载
- 积分:1
-
use OpenGL combination VC environment produced by the small examples, very good...
利用OpenGL结合VC开发环境制作的小例子,很不错的立体图形-use OpenGL combination VC environment produced by the small examples, very good 3-D graphics
- 2022-08-19 08:29:50下载
- 积分:1
-
- 2022-02-21 06:57:30下载
- 积分:1
-
一款经典的vc opengl例程。实现了多种绘图效果。并且提供了视角变换功能...
一款经典的vc opengl例程。实现了多种绘图效果。并且提供了视角变换功能-vc opengl routines. Achieve a variety of graphics effects. And to provide a perspective transformation function
- 2023-04-23 07:20:02下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
在vs2010下编译好的meshlab1.3.3
这是在vs2010下编译好的meshlab1.3.3。欢迎大家下载、试用。谢谢大家的支持!
- 2022-11-07 17:25:05下载
- 积分:1
-
OPENGL在VC++中的建立基本的图像,建立三角形和四边形的方法
OPENGL在VC++中的建立基本的图像,建立三角形和四边形的方法-OPENGL in VC++ In the establishment of basic images, the establishment of triangular and quadrilateral method
- 2023-01-15 16:35:03下载
- 积分:1