Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
blender
blender-vr-interactive
Commits
7e2221ac
Commit
7e2221ac
authored
Jan 15, 2021
by
Milan Jaros
Browse files
fix run_vrclient_gcc.sh
parent
3b7ec7ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/scripts/fiona/run_vrclient_gcc.sh
View file @
7e2221ac
...
...
@@ -7,17 +7,19 @@ export LD_LIBRARY_PATH=${src}/ultragrid/lib:$LD_LIBRARY_PATH
export
KERNEL_CUDA_CUBIN
=
${
ROOT_DIR
}
/build/vrclient_gcc/cycles_cuda/kernel_sm_%cuda_sm%.cubin
export
LD_LIBRARY_PATH
=
/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:
$LD_LIBRARY_PATH
export
CLIENT_FILE_KERNEL_GLOBAL
=
$ROOT_DIR
/src/blender-vr-interactive/client/data/
box
_gpu.kg
export
CLIENT_FILE_KERNEL_GLOBAL
=
$ROOT_DIR
/src/blender-vr-interactive/client/data/
mercedes
_gpu.kg
export
CUDA_VISIBLE_DEVICES
=
${
CUDA_VISIBLE_DEVICES
:-
0
,1,2,3,4,5,6,7
}
export
DEBUG_RES_W
=
3840
export
DEBUG_RES_H
=
2160
#rendering of 400 rows
export
CLIENT_TILES
=
"0;100;100;100;200;100;300;100"
#
export CLIENT_TILES="0;100;100;100;200;100;300;100"
export
LIBUG_COMPRESSION
=
"UG_UNCOMPRESSED"
#export LIBUG_COMPRESSION="UG_JPEG"
#export LIBUG_COMPRESSION="UG_UNCOMPRESSED"
export
LIBUG_COMPRESSION
=
"UG_JPEG"
export
UG_MAX_FPS
=
90
#TX
#export SOCKET_SERVER_PORT_DATA=5006
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment