This commit is contained in:
ItzSonicFaner
2026-03-22 12:06:25 +02:00
parent 58d57f2b54
commit 75a6d7efea
51 changed files with 737 additions and 90 deletions

View File

@@ -19,6 +19,9 @@ ResourceLocation EntityRenderer::SHADOW_LOCATION = ResourceLocation(TN__CLAMP__M
EntityRenderer::EntityRenderer()
{
model = nullptr;
modelSlim = nullptr;
newModel = nullptr;
newModelSlim = nullptr;
tileRenderer = new TileRenderer();
shadowRadius = 0;
shadowStrength = 1.0f;