Added renderable texture dict hierarchy caching

This commit is contained in:
dexy
2019-01-06 15:51:58 +11:00
Unverified
parent 9dde38c930
commit 2d8305c7a1
2 changed files with 76 additions and 66 deletions
+2
View File
@@ -56,6 +56,8 @@ namespace CodeWalker.Rendering
public class Renderable : RenderableCacheItem<DrawableBase>
{
public YtdFile[] SDtxds;
public YtdFile[] HDtxds;
public bool AllTexturesLoaded = false;
public RenderableModel[] HDModels;