www.pudn.com > ÈýάÌì¿ÕÓëµØÐÎ.zip > SkyPlane.h, change:2001-10-15,size:602b


// SkyDome Demo  -  October 2001 
// 
// Luis R. Sempé 
// visual@spheregames.com 
// Sphere Games (http://www.spheregames.com) 
//  
// You may use, copy, distribute or create derivative software 
// for any purpose. If you do, I'd appreciate it if you write me  
// and let me know what you do with it. Thanks! 
// Have fun! 
//////////////////////////////////////////////////// 
 
#ifndef SKYPLANE_H_ 
#define SKYPLANE_H_ 
 
void GenerateSkyPlane(int divisions, float PlanetRadius, float AtmosphereRadius,  
					  float hTile, float vTile); 
int RenderSkyPlane(); 
void ReleaseSkyPlane(); 
 
#endif