Skip to content

Commit 7af27c9

Browse files
committed
Namespace rename
1 parent f28a789 commit 7af27c9

11 files changed

+79
-65
lines changed

Editors/EditorGObject.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editors/EditorGObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using UnilightRaytracer;
1111
using CommonGraphics;
1212

13-
namespace RaytracerUnilight.Editors
13+
namespace Unilight.Editors
1414
{
1515
public partial class EditorGObject : EditorBase
1616
{

Editors/EditorMaterial.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editors/EditorMaterial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using UnilightRaytracer;
1111
using CommonGraphics;
1212

13-
namespace RaytracerUnilight.Editors
13+
namespace Unilight.Editors
1414
{
1515
public partial class EditorMaterial : EditorBase
1616
{

Editors/EditorPlane.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editors/EditorPlane.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using UnilightRaytracer;
1111
using CommonGraphics;
1212

13-
namespace RaytracerUnilight.Editors
13+
namespace Unilight.Editors
1414
{
1515
public partial class EditorPlane : EditorBase
1616
{

Editors/EditorSphere.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editors/EditorSphere.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using UnilightRaytracer;
1111
using CommonGraphics;
1212

13-
namespace RaytracerUnilight.Editors
13+
namespace Unilight.Editors
1414
{
1515
public partial class EditorSphere : EditorBase
1616
{

MainForm.Designer.cs

Lines changed: 68 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MainForm.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using RaytracerUnilight.Editors;
2-
using System.Reflection;
1+
using Unilight.Editors;
32
using CommonGraphics;
43

54
namespace UnilightRaytracer

0 commit comments

Comments
 (0)