From 564f4d12d93813b5d680fc24d4f118c3886d96ed Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 20 Aug 2019 19:56:41 -0400 Subject: [PATCH] Parallax mapping! --- ParticleNode.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ParticleNode.java b/ParticleNode.java index 9977719..d7e2b28 100644 --- a/ParticleNode.java +++ b/ParticleNode.java @@ -356,7 +356,7 @@ if (support != null && link2master) geo = support; - if (live && Globals.isLIVE() && display.DrawMode() == display.SHADOW) // june 2013 + if (live && Globals.isLIVE() && (display.DrawMode() == display.SHADOW || !Globals.RENDERSHADOW)) // june 2013 { Step(); } -- Gitblit v1.6.2