Compare commits
2 Commits
8c3aa04318
...
c70b78a347
Author | SHA1 | Date | |
---|---|---|---|
|
c70b78a347 | ||
|
72facfb61e |
BIN
render/gold/light_01_full.png
(Stored with Git LFS)
BIN
render/gold/light_01_full.png
(Stored with Git LFS)
Binary file not shown.
BIN
render/gold/light_01_lighting.png
(Stored with Git LFS)
BIN
render/gold/light_01_lighting.png
(Stored with Git LFS)
Binary file not shown.
@ -122,7 +122,7 @@ def render():
|
|||||||
print('Running xash3d...')
|
print('Running xash3d...')
|
||||||
mkdir_p(f'{args.xash_dir}/valve/rendertest')
|
mkdir_p(f'{args.xash_dir}/valve/rendertest')
|
||||||
env = os.environ.copy()
|
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:
|
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',
|
result = subprocess.run([f'{args.xash_dir}/xash3d', '-ref', 'vk',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user