How to calculate illuminance

Hey radiance experts

I need to tun raytrace to calculate illuminance at each testpoint. I have all the files needed i.e. room.rad, light.rad and testpoints.txt file. But when I was trying to run rtrace to get calculated illuminance, then the output file is not generated as the way I want like I didn't get illuminance value at all the testpoints. I got the value at only few of the testpoints. Can someone explain me the reason or if there is any error in my rtrace command?

That's my sequence of command,

oconv room.rad light.rad > scene.octree

rtrace -I -oov -ab 2 -ad 1024 -ar 2048 -aa 0.05 scene.octree < testpoints.txt > result.txt

Thanks!

Giggles's avatar
21
Giggles
asked 2018-10-11 10:49:23 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-10-11 14:52:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

What is in your testpoints.txt file? Are there the requisite Px Py Pz followed by orientation (0 0 1 in most cases)?

GregWard's avatar GregWard (2018-10-12 10:06:47 -0500) edit
add a comment see more comments