Parcourir la source

renamed to sponza

Peng il y a 4 ans
Parent
commit
63f0d2510b

+ 0 - 0
Scripts/ShadowedBistroTest.bv.lua → Scripts/ShadowedSponzaTest.bv.lua


+ 1 - 1
Scripts/_AutomatedReviewTestSuite_.bv.lua

@@ -35,5 +35,5 @@ RunScript('scripts/diffusegitest.bv.luac')
 RunScript('scripts/arealighttest.bv.luac')
 RunScript('scripts/multiscene.bv.luac')
 RunScript('scripts/shadowtest.bv.luac')
-RunScript('scripts/shadowedbistrotest.bv.luac')
+RunScript('scripts/shadowedsponzatest.bv.luac')
 RunScript('scripts/PassTree.bv.luac')

+ 1 - 1
Scripts/_FullTestSuite_.bv.lua

@@ -64,7 +64,7 @@ tests= {
     RunScriptWrapper('scripts/arealighttest.bv.luac'),
     RunScriptWrapper('scripts/multiscene.bv.luac'),
     RunScriptWrapper('scripts/shadowtest.bv.luac'),
-    RunScriptWrapper('scripts/shadowedbistrotest.bv.luac'),
+    RunScriptWrapper('scripts/shadowedsponzatest.bv.luac'),
     RunScriptWrapper('scripts/PassTree.bv.luac'),
 
     --Fast checking for the samples which don't have a test. Samples should be removed from this list once they have their own tests

+ 1 - 1
atomsampleviewer_asset_files.cmake

@@ -51,7 +51,7 @@ set(FILES
     Scripts/ParallaxTest.bv.lua
     Scripts/PassTree.bv.lua
     Scripts/SceneReloadSoakTest.bv.lua
-    Scripts/ShadowedBistroTest.bv.lua
+    Scripts/ShadowedSponzaTest.bv.lua
     Scripts/ShadowTest.bv.lua
     Scripts/StreamingImageTest.bv.lua
     Scripts/TransparentTest.bv.lua