Add CWorldShadow

Former-commit-id: 552dc65a2c
This commit is contained in:
Henrique Gemignani Passos Lima
2022-12-01 18:11:09 +02:00
parent a4f3f0c5fc
commit 90f941ccb6
18 changed files with 299 additions and 30 deletions

View File

@@ -1,9 +1,15 @@
#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