• 大小: 1.53M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: BIM  

资源简介


代码片段和文件信息

/*
    fog.c
    Nate Robins 1997

    Tool for teaching about OpenGL fog.
    
*/


#include 
#include 
#include 
#include 
#include 
#include “glm.h“


typedef struct _cell {
    int id;
    int x y;
    float min max;
    float value;
    float step;
    char* info;
    char* format;
} cell;


cell color[4] = {
    { 1 180 40 0.0 1.0 0.7 0.005
        “Specifies red component of fog color.“ “%.2f“ }
    { 2 240 40 0.0 1.0 0.7 0.005 
    “Specifies green component of fog color.“ “%.2f“ }
    { 3 300 40 0.0 1.0 0.7 0.005 
    “Specifies blue component of fog color.“ “%.2f“ }
    { 4 360 40 0.0 1.0 1.0 0.005 
    “Specifies alpha component of fog color.“ “%.2f“ }
};

cell density = { 5 260 120  0.0 3.0

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        329  2007-11-07 23:33  OPENG开发L的示例代码\tutors\CMakeLists.txt

     文件       1747  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\al.mtl

     文件     186752  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\al.obj

     文件      49181  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\checker.ppm

     文件        342  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\dolphins.mtl

     文件      50315  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\dolphins.obj

     文件        536  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\f-16.mtl

     文件     284767  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\f-16.obj

     文件      49183  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\fishermen.ppm

     文件        401  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\flowers.mtl

     文件     689386  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\flowers.obj

     文件      49180  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\marble.ppm

     文件     196636  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\opengl.ppm

     文件        536  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\porsche.mtl

     文件     499870  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\porsche.obj

     文件        971  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\rose+vase.mtl

     文件     250706  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\rose+vase.obj

     文件        136  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\soccerball.mtl

     文件     199304  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\soccerball.obj

     文件     196635  2007-11-07 23:33  OPENG开发L的示例代码\tutors\data\train.ppm

     文件      98900  2007-11-08 00:41  OPENG开发L的示例代码\tutors\fog

     文件      12754  2007-11-07 23:33  OPENG开发L的示例代码\tutors\fog.c

     文件      73728  2005-11-06 21:27  OPENG开发L的示例代码\tutors\fog.exe

     文件      66504  2007-11-07 23:33  OPENG开发L的示例代码\tutors\glm.c

     文件      10176  2007-11-07 23:33  OPENG开发L的示例代码\tutors\glm.h

     文件     237568  2001-11-08 02:27  OPENG开发L的示例代码\tutors\glut32.dll

     文件     145604  2007-11-08 00:41  OPENG开发L的示例代码\tutors\lightmaterial

     文件      42283  2007-11-07 23:33  OPENG开发L的示例代码\tutors\lightmaterial.c

     文件      98304  2005-11-06 21:27  OPENG开发L的示例代码\tutors\lightmaterial.exe

     文件     107452  2007-11-08 00:41  OPENG开发L的示例代码\tutors\lightposition

............此处省略72个文件信息

评论

共有 条评论

相关资源