render: add additive_cullback test
https://github.com/w23/xash3d-fwgs/issues/665
This commit is contained in:
parent
7654142cdc
commit
2b19a8d196
BIN
render/gold/additive_cullback_basecolor.png
(Stored with Git LFS)
Normal file
BIN
render/gold/additive_cullback_basecolor.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/additive_cullback_direct.png
(Stored with Git LFS)
Normal file
BIN
render/gold/additive_cullback_direct.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/additive_cullback_emissive.png
(Stored with Git LFS)
Normal file
BIN
render/gold/additive_cullback_emissive.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/additive_cullback_full.png
(Stored with Git LFS)
Normal file
BIN
render/gold/additive_cullback_full.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/additive_cullback_indirect.png
(Stored with Git LFS)
Normal file
BIN
render/gold/additive_cullback_indirect.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/additive_cullback_indirect_diffuse.png
(Stored with Git LFS)
Normal file
BIN
render/gold/additive_cullback_indirect_diffuse.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/additive_cullback_indirect_specular.png
(Stored with Git LFS)
Normal file
BIN
render/gold/additive_cullback_indirect_specular.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/additive_cullback_lighting.png
(Stored with Git LFS)
Normal file
BIN
render/gold/additive_cullback_lighting.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/additive_cullback_ngeom.png
(Stored with Git LFS)
Normal file
BIN
render/gold/additive_cullback_ngeom.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
render/gold/additive_cullback_nshade.png
(Stored with Git LFS)
Normal file
BIN
render/gold/additive_cullback_nshade.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -16,7 +16,7 @@ saves = [
|
|||||||
'brush_02',
|
'brush_02',
|
||||||
'c0a0d_emissive',
|
'c0a0d_emissive',
|
||||||
'light_01',
|
'light_01',
|
||||||
#'additive_cullback',
|
'additive_cullback',
|
||||||
]
|
]
|
||||||
|
|
||||||
displays = {
|
displays = {
|
||||||
@ -163,18 +163,25 @@ def command_run():
|
|||||||
copy_assets()
|
copy_assets()
|
||||||
render()
|
render()
|
||||||
compare()
|
compare()
|
||||||
|
|
||||||
#report()
|
#report()
|
||||||
|
|
||||||
|
def command_render():
|
||||||
|
compile()
|
||||||
|
copy_assets()
|
||||||
|
render()
|
||||||
|
|
||||||
match args.command:
|
match args.command:
|
||||||
case 'run':
|
case 'run':
|
||||||
command_run()
|
command_run()
|
||||||
case 'compare':
|
case 'compare':
|
||||||
command_compare()
|
command_compare()
|
||||||
|
case 'render':
|
||||||
|
command_render()
|
||||||
case 'png':
|
case 'png':
|
||||||
command_png()
|
command_png()
|
||||||
case _:
|
case _:
|
||||||
raise Exception(f'Unknown command {args.command}')
|
raise Exception(f'Unknown command {args.command}')
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
|
# - settings object to pass as an argument
|
||||||
# - HTML report
|
# - HTML report
|
||||||
|
BIN
render/save/rendertest_additive_cullback.sav
(Stored with Git LFS)
Normal file
BIN
render/save/rendertest_additive_cullback.sav
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user