?? camera.cxx
字號:
#include <iostream.h>#include "global.h"ostream& operator<<(ostream& o, camera& c) { o<<"camera {\n"; o<<"location "<<c.l<<"\n"; o<<"sky "<<c.s<<"\n"; o<<"direction "<<c.d<<"\n"; o<<"up "<<c.u<<"\n"; o<<"right "<<c.r<<"\n"; o<<"look at "<<c.a<<"\n"; o<<c.T; o<<"}\n"; return o;}camera actcamera;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -