Skip to content

Commit

Permalink
Updated engine to get the Ogre commit that adds transparency parsing
Browse files Browse the repository at this point in the history
Also updated the ice material with it
  • Loading branch information
hhyyrylainen committed Apr 21, 2019
1 parent 354d08d commit 7a26352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SetupThrive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions materials/ice_crystal.material
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,5 +19,6 @@ hlms icecrystal pbs
normal_map icecrystal.png
roughness_map icecrystal.png
specular_map icecrystal.png
transparency 1
}

0 comments on commit 7a26352

Please sign in to comment.