Compare commits
2 Commits
8c3aa04318
...
c70b78a347
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c70b78a347 | ||
|
|
72facfb61e |
BIN
render/gold/light_01_full.png
LFS
BIN
render/gold/light_01_full.png
LFS
Binary file not shown.
Binary file not shown.
@@ -122,7 +122,7 @@ def render():
|
||||
print('Running xash3d...')
|
||||
mkdir_p(f'{args.xash_dir}/valve/rendertest')
|
||||
env = os.environ.copy()
|
||||
env['LD_LIBRARY_PATH'] = '.'
|
||||
env['LD_LIBRARY_PATH'] = f'{args.xash_dir}'
|
||||
|
||||
with open(f'{WORKDIR}/xash-stdout.log', 'wb') as stdout, open(f'{WORKDIR}/xash-stderr.log', 'wb') as stderr:
|
||||
result = subprocess.run([f'{args.xash_dir}/xash3d', '-ref', 'vk',
|
||||
|
||||
Reference in New Issue
Block a user