mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoROI/LegoLOD::GetTexture (#814)
* Implement/match LegoROI/LegoLOD::GetTexture
* Remove explicit truth tests
* LegoTextureContainer::AddToList fix
* Revert "Remove explicit truth tests"
This reverts commit d169349bd6
.
This commit is contained in:

committed by
GitHub

parent
a64bb4d460
commit
06fadd922e
@@ -17,6 +17,7 @@ public:
|
||||
|
||||
static LegoTextureInfo* Create(const char* p_name, LegoTexture* p_texture);
|
||||
static BOOL SetGroupTexture(Tgl::Mesh* pMesh, LegoTextureInfo* p_textureInfo);
|
||||
static BOOL GetGroupTexture(Tgl::Mesh* pMesh, LegoTextureInfo*& p_textureInfo);
|
||||
|
||||
LegoResult FUN_10066010(LegoU8* p_bits);
|
||||
|
||||
@@ -27,4 +28,7 @@ public:
|
||||
LPDIRECT3DRMTEXTURE2 m_texture; // 0x0c
|
||||
};
|
||||
|
||||
// GLOBAL: LEGO1 0x100db6f0
|
||||
// IID_IDirect3DRMTexture2
|
||||
|
||||
#endif // LEGOTEXTUREINFO_H
|
||||
|
Reference in New Issue
Block a user