From 7a263522b55b411949a214f1f3d4a91a70753804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henri=20Hyyryl=C3=A4inen?= Date: Sun, 21 Apr 2019 21:11:45 +0300 Subject: [PATCH] Updated engine to get the Ogre commit that adds transparency parsing Also updated the ice material with it --- SetupThrive.rb | 2 +- materials/ice_crystal.material | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/SetupThrive.rb b/SetupThrive.rb index 97fe50d08ed..02257cc4fe2 100755 --- a/SetupThrive.rb +++ b/SetupThrive.rb @@ -78,7 +78,7 @@ def parseExtraArgs leviathan = Leviathan.new( # Use this if you always want the latest commit # version: "develop", - version: "109ae9e19a05967c9160bf5dbaeb69c9373cf1b1", + version: "eb2bba0a5dc08ae1fda6f97cddd8750c0ad06e4b", # Doesn't actually work, but leviathan doesn't install with sudo by # default, or install at all for that matter noInstallSudo: true diff --git a/materials/ice_crystal.material b/materials/ice_crystal.material index 1c6eb401f93..11e2068572d 100644 --- a/materials/ice_crystal.material +++ b/materials/ice_crystal.material @@ -7,6 +7,7 @@ hlms ice_crystal pbs normal_map ice_crystal.png roughness_map ice_crystal.png specular_map ice_crystal.png + transparency 1 } hlms icecrystal pbs @@ -18,5 +19,6 @@ hlms icecrystal pbs normal_map icecrystal.png roughness_map icecrystal.png specular_map icecrystal.png + transparency 1 }