Created
December 10, 2018 14:14
-
-
Save ronyx69/26fc104b84fbf968b6ec4b8e323d7885 to your computer and use it in GitHub Desktop.
Source code for the HDRI Haven Cubemap Pack.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using ICities; | |
using System; | |
namespace HDRIH1Cubemap | |
{ | |
public class HDRIH1Cubemap : IUserMod | |
{ | |
public string Name | |
{ | |
get | |
{ | |
return "HDRI Haven Cubemap Pack"; | |
} | |
} | |
public string Description | |
{ | |
get | |
{ | |
return "Edited by Ronyx69, converted using HDRI to CubeMap converter by MateuszWis"; | |
} | |
} | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment