prime/include/Kyoto/Graphics/CCubeModel.hpp

16 lines
350 B
C++

#ifndef _CCUBEMODEL
#define _CCUBEMODEL
class CTexture;
class CTransform4f;
class CCubeModel {
public:
static void SetRenderModelBlack(bool v);
static void DisableShadowMaps();
static void EnableShadowMaps(const CTexture*, const CTransform4f&, unsigned char, unsigned char);
static void SetDrawingOccluders(bool);
};
#endif // _CCUBEMODEL