Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
candela123163 committed Oct 17, 2022
1 parent 2128fb0 commit 8e68b94
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion TinyRenderer.sln → MoonlightRenderer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TinyRenderer", "TinyRenderer.vcxproj", "{E93A9BE2-CE75-44CD-84F3-04BE8C506E80}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MoonlightRenderer", "MoonlightRenderer.vcxproj", "{E93A9BE2-CE75-44CD-84F3-04BE8C506E80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions TinyRenderer.vcxproj → MoonlightRenderer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{e93a9be2-ce75-44cd-84f3-04be8c506e80}</ProjectGuid>
<RootNamespace>TinyRenderer</RootNamespace>
<RootNamespace>MoonlightRenderer</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down Expand Up @@ -106,7 +106,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseBin|x64'">
<IncludePath>$(SolutionDir)code\extern;$(SolutionDir)code\inc;$(IncludePath)</IncludePath>
<OutDir>$(SolutionDir)$(Platform)\bin\</OutDir>
<OutDir>$(SolutionDir)bin\$(Platform)</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion asset/scenes/sponza_moonlight.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},

"Camera":{
"FOVY": 60.0,
"FOVY": 70.0,
"Near": 0.3,
"Far": 50.0,
"Position": [-8.183, 1.261, -0.01],
Expand Down
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion code/inc/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Globals
// window related
#define WINDOW_WIDTH 1400
#define WINDOW_HEIGHT 800
#define WINDOW_TITLE L"Tiny Renderer"
#define WINDOW_TITLE L"Moonlight Renderer"
#define SWAP_CHAIN_COUNT 2
#define FRAME_COUNT 3

Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"_comment1": "Available: [sponza_daylight.json] [sponza_moonlight.json] [damagedHelmet.json] [waterBottle.json] [spheres.json]",
"_comment2": "You can also make your own scene file",

"SceneFile": "sponza_daylight.json"
"SceneFile": "sponza_moonlight.json"
}
4 changes: 2 additions & 2 deletions imgui.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Window][Option]
Pos=-2,1
Size=375,232
Pos=18,44
Size=376,288
Collapsed=0

[Window][Debug##Default]
Expand Down
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
start ./x64/bin/TinyRenderer.exe
start ./bin/x64/MoonlightRenderer.exe

0 comments on commit 8e68b94

Please sign in to comment.