##---------------------------------------------------------------------- ## DssBH -- Distortion of the stellar sky by a ## Schwarzschild black hole ## ## Copyright (c) 2009 Thomas Mueller ##---------------------------------------------------------------------- Windows installation: ===================== 1.) Extract WinDssBH.zip 2.) Generate a new directory called 'data' within the WinDssBH directory. 3.) Download the data-files array_outside.bin array_inside.bin psitemp.bin sigma.bin hip.bin and store them in the data directory. The WinDssBH directory should now look like this: . |-- data | |-- array_inside.bin | |-- array_outside.bin | |-- hip.bin | |-- psitemp.bin | `-- sigma.bin |-- DssBH.exe |-- manual | |-- manual.html | `-- pics | |-- animate_panel.png | |-- observer_panel.png | |-- position_panel.png | |-- screenshot_numer.png | |-- screenshot.png | `-- shader_panel.png |-- mingwm10.dll |-- QtCore4.dll |-- QtGui4.dll |-- QtOpenGL4.dll |-- shader | |-- bh_distort.frag.c | `-- bh_distort.vert.c 4.) Start the program by double-klick.