Update namespaces in `Lighting` project
This commit is contained in:
parent
ccd3952a7e
commit
ee9ad9431a
|
@ -1,7 +1,7 @@
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
using KeepersCompound.LGS.Database.Chunks;
|
using KeepersCompound.LGS.Database.Chunks;
|
||||||
|
|
||||||
namespace KeepersCompound.Lightmapper;
|
namespace KeepersCompound.Lighting;
|
||||||
|
|
||||||
public class Light
|
public class Light
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,7 +5,7 @@ using KeepersCompound.LGS.Database.Chunks;
|
||||||
using Serilog;
|
using Serilog;
|
||||||
using TinyEmbree;
|
using TinyEmbree;
|
||||||
|
|
||||||
namespace KeepersCompound.Lightmapper;
|
namespace KeepersCompound.Lighting;
|
||||||
|
|
||||||
public class LightMapper
|
public class LightMapper
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,7 +4,7 @@ using KeepersCompound.LGS.Database;
|
||||||
using KeepersCompound.LGS.Database.Chunks;
|
using KeepersCompound.LGS.Database.Chunks;
|
||||||
using Serilog;
|
using Serilog;
|
||||||
|
|
||||||
namespace KeepersCompound.Lightmapper;
|
namespace KeepersCompound.Lighting;
|
||||||
|
|
||||||
// TODO: Rename to CastSurfaceType?
|
// TODO: Rename to CastSurfaceType?
|
||||||
public enum SurfaceType
|
public enum SurfaceType
|
||||||
|
|
|
@ -3,7 +3,7 @@ using System.Numerics;
|
||||||
using KeepersCompound.LGS.Database.Chunks;
|
using KeepersCompound.LGS.Database.Chunks;
|
||||||
using Serilog;
|
using Serilog;
|
||||||
|
|
||||||
namespace KeepersCompound.Lightmapper;
|
namespace KeepersCompound.Lighting;
|
||||||
|
|
||||||
public class PotentiallyVisibleSet
|
public class PotentiallyVisibleSet
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using Serilog;
|
using Serilog;
|
||||||
|
|
||||||
namespace KeepersCompound.Lightmapper;
|
namespace KeepersCompound.Lighting;
|
||||||
|
|
||||||
public static class Timing
|
public static class Timing
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
|
|
||||||
namespace KeepersCompound.Lightmapper;
|
namespace KeepersCompound.Lighting;
|
||||||
|
|
||||||
public static class Utils
|
public static class Utils
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
using DotMake.CommandLine;
|
using DotMake.CommandLine;
|
||||||
|
using KeepersCompound.Lighting;
|
||||||
using Serilog;
|
using Serilog;
|
||||||
using Serilog.Sinks.SystemConsole.Themes;
|
using Serilog.Sinks.SystemConsole.Themes;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue