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

  • 大小: 1.79MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-01
  • 語(yǔ)言: C/C++
  • 標(biāo)簽: 機(jī)器人??

資源簡(jiǎn)介

計(jì)算機(jī)圖形學(xué)的一個(gè)小實(shí)驗(yàn),是使用C++編寫的一個(gè)簡(jiǎn)單的會(huì)動(dòng)的機(jī)器人

資源截圖

代碼片段和文件信息

//?Robot.cpp?:?Defines?the?entry?point?for?the?console?application.
//

#include?“stdafx.h“
#include?“stdio.h“
//需要包含的頭文件
#include?
#include?
#include?
#include?
#include?

//定義輸出窗口的大小
#define?WINDOW_HEIGHT?300
#define?WINDOW_WIDTH?500

//攝像機(jī)離物體的距離
float?G_fDistance?=?5.0f;

//物體的旋轉(zhuǎn)角度?
float?G_fAngle_horizon?=?0.0;
float?G_fAngle_vertical?=?0.0f;

//光照參數(shù)
float?G_vLitAmbient[4]?=?{?0.0f?1.0f?0.0f?1.0f?};//環(huán)境光顏色
float?G_vLitDiffuse[4]?=?{?0.0f?0.0f?1.0f?1.0f?};//漫反射光顏色
float?G_vLitSpecular[4]?=?{?0.5f?0.5f?0.5f?1.0f?};
float?G_vLitPosition[4]?=?{?5.0f?0.0f?5.0f?1.0f?};
float?G_vMaterialSpecu[4]?=?{?0.0f?0.0f?0.0f?1.0f?};

//材質(zhì)參數(shù)
float?G_matAmbient[4]?=?{0.8f0.8f0.8f1.0f};
float?G_matDiffuse

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件????????309??2010-12-24?16:05??Robot使用說(shuō)明.txt

?????文件?????754688??2010-12-24?16:17??實(shí)驗(yàn)報(bào)告書(shū).doc

?????文件?????237568??2001-11-08?02:27??Robot\Debug\glut32.dll

?????文件??????28728??2001-11-08?02:27??Robot\Debug\glut32.lib

?????文件????3408896??2010-12-24?16:07??Robot\Debug\Robot.bsc

?????文件?????225363??2010-12-24?16:07??Robot\Debug\Robot.exe

?????文件?????529016??2010-12-24?16:07??Robot\Debug\Robot.ilk

?????文件??????72164??2010-12-24?16:07??Robot\Debug\Robot.obj

?????文件?????449308??2010-12-12?09:33??Robot\Debug\Robot.pch

?????文件?????656384??2010-12-24?16:07??Robot\Debug\Robot.pdb

?????文件??????????0??2010-12-24?16:07??Robot\Debug\Robot.sbr

?????文件???????2040??2010-12-12?09:33??Robot\Debug\StdAfx.obj

?????文件????????239??2010-12-12?09:33??Robot\Debug\StdAfx.sbr

?????文件?????246784??2010-12-24?16:07??Robot\Debug\vc60.idb

?????文件?????233472??2010-12-24?16:07??Robot\Debug\vc60.pdb

?????文件???????1202??2010-11-25?08:23??Robot\ReadMe.txt

?????文件??????12470??2010-12-24?16:07??Robot\Robot.cpp

?????文件???????4584??2010-12-15?21:24??Robot\Robot.dsp

?????文件????????533??2010-11-25?09:48??Robot\Robot.dsw

?????文件??????66560??2010-12-24?16:18??Robot\Robot.ncb

?????文件??????48640??2010-12-24?16:18??Robot\Robot.opt

?????文件???????1535??2010-12-24?16:07??Robot\Robot.plg

?????文件????????292??2010-11-25?08:23??Robot\StdAfx.cpp

?????文件????????667??2010-11-25?08:23??Robot\StdAfx.h

?????目錄??????????0??2010-12-24?16:07??Robot\Debug

?????目錄??????????0??2010-12-24?16:18??Robot

-----------?---------??----------?-----??----

??????????????6981442????????????????????26


評(píng)論

共有 條評(píng)論