• 大小: 88KB
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 标签:

资源简介

读取并显示OFF文件的C++源代码,可以读取,显示OFF文件。 里面还有一些可以修改3D文件的代码,比如加噪声,剪辑之类的。若有问题可以发email联系,sony5650(中加是啥?)hotmail。

资源截图

代码片段和文件信息

    // Source file for the OFF file viewer



////////////////////////////////////////////////////////////
// INCLUDE FILES
////////////////////////////////////////////////////////////

// Standard include files
#include “GraphicsGems.h“
//#include “Matrix.h“
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#define WatermarkLength 256
#define WatermarkColumn 16
#define MaxNeighb 50
int key=66;

// Windows include files 

#ifdef _WIN32
#include 
#endif



// OpenGL include files 

#include “GL/gl.h“
#include “GL/glu.h“
#include “GL/glut.h“




////////////////////////////////////////////////////////////
// CLASSES
//////////////////////

评论

共有 条评论

相关资源