Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
3dtest.h
Package: devil-1.7.99.tar.gz [view]
Upload User: wmy0603
Upload Date: 2022-05-02
Package Size: 1808k
Code Size: 1k
Category:
Compress-Decompress algrithms
Development Platform:
Visual C++
- #ifndef TEST3D_H
- #define TEST3D_H
- #define MAX_X 640
- #define MAX_Y 480
- void DisplayFunc(void);
- void CleanUp(void);
- void ExitClean(void);
- void ResizeFunc(int NewWidth, int NewHeight);
- void IdleFunc(void);
- void KeyboardFunc(unsigned char cChar, int nMouseX, int nMouseY);
- void KeySpecialFunc(int Key, int x, int y);
- void SetPerspective(float Fov);
- ILboolean Setup(void);
- ILboolean GenSides(void);
- ILboolean bCleaned = IL_FALSE;
- GLuint TexID1 = 0, TexID2 = 0, TexID3 = 0, TexID4 = 0;
- ILuint ImgId;
- float Angle = 0.0, TransFactor = -470.0;
- #endif//TEST3D_H