Skip to content

Instantly share code, notes, and snippets.

@ronyx69
Created December 10, 2018 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronyx69/26fc104b84fbf968b6ec4b8e323d7885 to your computer and use it in GitHub Desktop.
Save ronyx69/26fc104b84fbf968b6ec4b8e323d7885 to your computer and use it in GitHub Desktop.
Source code for the HDRI Haven Cubemap Pack.
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