/usr/bin/render is in raster3d 3.0-3-2+b1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/bin/sh
if [ "$R3D_LIB" = "" ]
then
export R3D_LIB=/usr/share/raster3d/materials
fi
/usr/lib/raster3d/render.real "$@"
|