render: add white furnace test for c2a5a
This commit is contained in:
parent
55b7e1fc21
commit
d20af78fa7
BIN
render/gold/c2a5a_whitefurnace_basecolor.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_basecolor.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_diffuse.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_diffuse.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_direct.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_direct.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_direct_diffuse.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_direct_diffuse.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_direct_specular.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_direct_specular.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_emissive.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_emissive.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_full.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_full.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_indirect.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_indirect.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_indirect_diffuse.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_indirect_diffuse.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_indirect_specular.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_indirect_specular.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_lighting.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_lighting.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_material.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_material.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_ngeom.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_ngeom.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_nshade.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_nshade.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/c2a5a_whitefurnace_specular.png
(Stored with Git LFS)
Normal file
BIN
render/gold/c2a5a_whitefurnace_specular.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -79,14 +79,19 @@ rt_debug_fixed_random_seed 31337
|
||||
file.write(header)
|
||||
|
||||
for test in tests:
|
||||
white_furnace = "whitefurnace" in test
|
||||
screenshot_base = 'rendertest/'
|
||||
file.write(f'load rendertest_{test}\n')
|
||||
if white_furnace:
|
||||
file.write(f'rt_debug_flags white_furnace\n')
|
||||
file.write(f'wait 4; echo DONE WAIT4; playersonly; wait 11\n')
|
||||
# for i in range(13):
|
||||
# file.write(f'echo FRAME {i+4}; wait 1;\n')
|
||||
for channel, display in channels.items():
|
||||
file.write(f'rt_debug_display_only "{display}"; screenshot {screenshot_base}{test}_{channel}.tga; wait 1\n')
|
||||
file.write('\n')
|
||||
if white_furnace:
|
||||
file.write(f'rt_debug_flags ""\n')
|
||||
|
||||
file.write('quit\n')
|
||||
|
||||
|
BIN
render/save/rendertest_c2a5a_whitefurnace.sav
(Stored with Git LFS)
Normal file
BIN
render/save/rendertest_c2a5a_whitefurnace.sav
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user