Hi Nathaniel,
I tried your tutorial2 for dcglare program. I shall say the imageless method is great giving that the image method takes hours to finish even for a view direction.
However I am not sure if the program reads the dc1.mtx as DCDirect.
dcglare -vf uniformgridviews2.ray -l 0.4 test dc1.mtx dc8.mtx SanFrancisco_1.smx >
occupied.ga
On debugging the code "direct_path" is set to dc8.mtx.
Looks like line 303 ( direct_path = argv[++a] ) should use a++ rather than ++a ?