Skip to content

Commit 52a522c

Browse files
author
Konstantin Zverev
committed
Rename tutorial folders.
1 parent ef6ea6e commit 52a522c

23 files changed

+31
-31
lines changed

tutorials/cornellbox/cornellbox.lua renamed to Tutorials/CornellBox/CornellBox.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
project "TutorialCornellBox"
22
kind "ConsoleApp"
3-
location "../cornellbox"
3+
location "../CornellBox"
44
links {"RadeonRays", "CLW", "Calc"}
5-
files { "../cornellbox/**.h", "../cornellbox/**.cpp", "../tools/**.h", "../tools/**.cpp", "../cornellbox/**.fsh" , "../cornellbox/**.vsh"}
6-
includedirs{ "../../RadeonRays/include", "../../CLW", "../tools", "." }
5+
files { "../CornellBox/**.h", "../CornellBox/**.cpp", "../Tools/**.h", "../Tools/**.cpp", "../CornellBox/**.fsh" , "../CornellBox/**.vsh"}
6+
includedirs{ "../../RadeonRays/include", "../../CLW", "../Tools", "." }
77

88
if os.is("macosx") then
99
sysincludedirs {"/usr/local/include"}
File renamed without changes.
File renamed without changes.
File renamed without changes.

tutorials/cornellbox_shadow/cornellbox_shadow.lua renamed to Tutorials/CornellBoxShadow/CornellBoxShadow.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
project "TutorialCornellBoxShadow"
22
kind "ConsoleApp"
3-
location "../cornellbox_shadow"
3+
location "../CornellBoxShadow"
44
links {"RadeonRays", "CLW", "Calc"}
5-
files { "../cornellbox_shadow/**.h", "../cornellbox_shadow/**.cpp", "../tools/**.h", "../tools/**.cpp", "../cornellbox_shadow/**.fsh" , "../cornellbox_shadow/**.vsh"}
6-
includedirs{ "../../RadeonRays/include", "../../CLW", "../tools", "." }
5+
files { "../CornellBoxShadow/**.h", "../CornellBoxShadow/**.cpp", "../Tools/**.h", "../Tools/**.cpp", "../CornellBoxShadow/**.fsh" , "../CornellBoxShadow/**.vsh"}
6+
includedirs{ "../../RadeonRays/include", "../../CLW", "../Tools", "." }
77

88
if os.is("macosx") then
99
sysincludedirs {"/usr/local/include"}
File renamed without changes.

0 commit comments

Comments
 (0)