# DO NOT EDIT! This file is generated from test_functions.in at configure-time!!!

start_k3d()
{
	k3d_execdir=../application \
	PATH=../bug-buddy:../renderjob:../renderframe:../shaderpreprocessor:$PATH \
	../application/k3d \
		--batch \
		--color \
		--log-level warning \
		--options ~/.k3d/options.k3d \
		--no-splash \
		--plugins ../bin/plugins \
		--shadercache ~/.k3d/shadercache \
		--shaders ../share/shaders \
		--share ../share \
		--show-process \
		--ui ../nui/.libs/libk3dnui.so \
		$*
}

start_k3d_ngui()
{
	k3d_execdir=../application \
	PATH=../bug-buddy:../renderjob:../renderframe:../shaderpreprocessor:$PATH \
	../application/k3d \
		--batch \
		--color \
		--log-level warning \
		--options ~/.k3d/options.k3d \
		--no-custom-layouts \
		--no-splash \
		--plugins ../bin/plugins \
		--shadercache ~/.k3d/shadercache \
		--shaders ../share/shaders \
		--share ../share \
		--show-process \
		--ui ../ngui/.libs/libk3dngui.so \
		$*
}

start_k3d_ngui_tutorial()
{
	k3d_execdir=../application \
	PATH=../bug-buddy:../renderjob:../renderframe:../shaderpreprocessor:$PATH \
	../application/k3d \
		--batch \
		--color \
		--log-level warning \
		--options ~/.k3d/options.k3d \
		--no-custom-layouts \
		--no-splash \
		--plugins ../bin/plugins \
		--shadercache ~/.k3d/shadercache \
		--shaders ../share/shaders \
		--share ../share \
		--show-process \
		--ui ../ngui/.libs/libk3dngui.so \
		$*
}

