Fixed gemstone dice colour

This commit is contained in:
Mitchell McCaffrey
2021-01-05 15:33:50 +11:00
parent 3e407f6c71
commit 2eef6ca7c4
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class GemstoneDice extends Dice {
pbr.useMetallnessFromMetallicTextureBlue = true;
pbr.subSurface.isTranslucencyEnabled = true;
pbr.subSurface.translucencyIntensity = 1.0;
pbr.subSurface.translucencyIntensity = 0.2;
pbr.subSurface.minimumThickness = 5;
pbr.subSurface.maximumThickness = 10;
pbr.subSurface.tintColor = new Color3(190 / 255, 0, 220 / 255);