91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

綁定紋理,添加霧化效果,能旋轉,設置環境光

資源截圖

代碼片段和文件信息

#define?WM_TOGGLEFULLSCREEN?(WM_USER+1)									//?定義全屏/窗口切換消息
#define?TIMER1 101 //?定義時鐘代號設置為101號
#define?title “5DG‘S?Earth?And?Moon“ //?定義窗口標題
#define?CLASSNAME “5DG_OPENGL“ //?定義窗口類名
#define WIDTH 640 //?定義窗口寬度
#define?HEIGHT 480 //?定義窗口高度
#define?BPP 16 //?定義每象素的位數
#define?GL_PI???????3.1415
#define?MAXTEXTURE 13 //?定義最大的紋理數目

//?在此處引用程序要求的頭文件:
#include? //?Windows的頭文件
#include? //?OpenGL32庫的頭文件
#include? //?Glu32庫的頭文件
#include? //?Glaux庫的頭文件
#include? //?標準輸入/輸出庫的頭文件
#include?

//?在此處加入程序要求的庫到鏈接器中:
#pragma?comment?(lib?“opengl32.lib“) //?鏈接時查找OpenGL32.lib
#pragma?comment?(lib?“glu32.lib“) //?鏈接時查找glu32.lib
#pragma?comment?(lib?“glaux.lib“) //?鏈接時查找glaux.lib

//?在此處定義與窗口相關的結構體:
typedef?struct?{ //?定義處理鍵盤的結構體
BOOL?keyDown?[256]; //?存儲鍵盤按鍵狀態的數組
}?Keys;

typedef?struct?{ //?定義存儲應用程序實例的結構體
HINSTANCE hInstance; //?應用程序實例
const?char* className; //?應用程序類名
}?Application;

typedef?struct?{ //?定義初始化窗口所需信息
Application* application; //?所屬的應用程序
char* title; //?窗口標題
int width; //?窗口寬度
int height; //?窗口高度
int bitsPerPixel; //?每像素的位數
BOOL isFullScreen; //?是否全屏
}?GL_WindowInit;

typedef?struct?{ //?定義窗口結構體
Keys* keys; //?鍵盤
HWND hWnd; //?窗口句柄
HDC hDC; //?設備描述表
HGLRC hRC; //?繪制描述表
GL_WindowInit init; //?提供Window初始化信息的結構體
}?GL_Window;

//?此代碼模塊中包含的函數的前向聲明:
BOOL?Initialize(GL_Window*?window?Keys*?keys); //?設置你繪制前的初始化值
void?DrawSceneGL(void); //?在這里完成場景的繪制
void?Update(void); //?在此處更新對消息的動作
void?Deinitialize(void); //?在此處做退出前掃尾工作

//?在此處定義全局變量:
GL_Window* OGL_window; //?存儲窗口信息
Keys* OGL_keys; //?存儲按鍵信息
//?在此處定義用戶變量:
GLfloat mep_Angle; //?水星公轉的角度
GLfloat mes_Angle; //?水星自轉的角度
GLfloat vp_Angle; //?金星公轉的角度
GLfloat vs_Angle; //?金星自轉的角度
GLfloat ep_Angle; //?地球公轉的角度
GLfloat es_Angle; //?地球自轉的角度
GLfloat mp_Angle; //?月亮公轉的角度
GLfloat ms_Angle; //?月亮自轉的角度
GLfloat map_Angle; //?火星公轉的角度
GLfloat mas_Angle; //?火星自轉的角度
GLfloat jp_Angle; //?木星公轉的角度
GLfloat js_Angle; //?木星自轉的角度
GLfloat sp_Angle; //?土球公轉的角度
GLfloat ss_Angle; //?土球自轉的角度
GLfloat up_Angle; //?天王星公轉的角度
GLfloat us_Angle; //?天王星自轉的角度
GLfloat np_Angle; //?海王星公轉的角度
GLfloat ns_Angle; //?海王星自轉的角度
GLfloat pp_Angle; //?冥王星公轉的角度
GLfloat ps_Angle; //?冥王星自轉的角度

GLfl

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????36027??2010-05-31?17:47??地月系1\5DG‘S?Earth?And?Moon.cpp

?????文件???????3628??2010-05-24?18:18??地月系1\5DG‘S?Earth?And?Moon.dsp

?????文件????????548??2010-05-24?18:18??地月系1\5DG‘S?Earth?And?Moon.dsw

?????文件??????53248??2004-07-30?04:22??地月系1\5DG‘S?Earth?And?Moon.exe

?????文件??????21864??2004-07-30?03:07??地月系1\5DG‘S?Earth?And?Moon.jpg

?????文件??????58368??2010-05-31?18:02??地月系1\5DG‘S?Earth?And?Moon.ncb

?????文件????????930??2010-05-31?18:00??地月系1\5DG‘S?Earth?And?Moon.plg

?????文件????????929??2004-07-30?04:22??地月系1\5DG‘S?Earth?And?Moon.sln

?????文件???????8192??2004-07-30?04:22??地月系1\5DG‘S?Earth?And?Moon.suo

?????文件???????3448??2004-07-30?04:22??地月系1\5DG‘S?Earth?And?Moon.vcproj

?????文件??????48640??2010-05-31?18:02??地月系1\5DG‘S?Earth?And?Moon.opt

?????文件?????393270??2004-07-30?03:07??地月系1\Data\1.bmp

?????文件??????66614??2004-07-30?03:07??地月系1\Data\2.bmp

?????文件??????66616??2004-07-30?03:07??地月系1\Data\3.bmp

?????文件??????37238??2004-07-30?03:07??地月系1\Data\4.bmp

?????文件??????49206??2006-01-14?19:56??地月系1\Data\callisto.bmp

?????文件?????196662??2006-01-14?19:56??地月系1\Data\earthTexture.bmp

?????文件?????196662??2006-01-14?19:56??地月系1\Data\europa.bmp

?????文件??????49206??2006-01-14?19:56??地月系1\Data\ganymede.bmp

?????文件??????12342??2006-01-14?19:56??地月系1\Data\Glow.bmp

?????文件??????12342??2006-01-14?19:56??地月系1\Data\GlowM.bmp

?????文件????????766??2006-01-14?19:56??地月系1\Data\icon1.ico

?????文件?????196662??2006-01-14?19:56??地月系1\Data\io.bmp

?????文件?????196662??2006-01-14?19:56??地月系1\Data\jupiter.bmp

?????文件??????49206??2006-01-14?19:56??地月系1\Data\marsTexture.bmp

?????文件??????49206??2006-01-14?19:56??地月系1\Data\mercuryTexture.bmp

?????文件?????108086??2006-01-14?19:56??地月系1\Data\moon_surface.bmp

?????文件??????49206??2006-01-14?19:56??地月系1\Data\neptuneTexture.bmp

?????文件?????196662??2006-01-14?19:56??地月系1\Data\oberon.bmp

?????文件??????49206??2006-01-14?19:56??地月系1\Data\plutoTexture.bmp

............此處省略17個文件信息

評論

共有 條評論