In the Company of Giants
I think that when you appear in the release notes for this software, you are officially a geek.
Scroll down a ways, through all kinds of compu-lighting-geekery, and you will discover that yours truly has added a tiny piece of functionality to a fantastically complex piece of software, software that excels at modeling the ultimate complexity, light.
While I realize that in comparison to all the work done by Greg Ward and several other giants in the Radiance community, my contribution—comprised of nothing more than a little copying and pasting from a shell script, I might add—amounts to the equivalent of a key grip credit on a Hollywood feature, I’m still pretty happy to see my name there, and I appreciate the credit.
October 23, 2004 3 Comments
ltview: a Radiance utility
Radiance User: “Boy, that objview script sure is handy for looking at scene geometry; if only there was something like that for looking at the distribution of my light source files.”
Announcer: “Well, THE WAIT IS OVER!! That’s right, now there’s a script that has the ease of use of objview, but is scientifically engineered for use with Radiance light source input files! Plus, if you call now, we’ll include K-Tel’s “70’s platinum hits”—on eight-track—absolutely free! Don’t delay, limited offer, operators are standing by, yadda-yadda-yadda.”
Ahem, sorry. In all seriousness, I took Greg Ward’s objview script and modified it to take a single Radiance scene input file and place it at 0,0,0, then surround it on five sides (top, bottom, E, N, W) with opaque surfaces. It sets -ab 1 and -ds .15 and then loads rview with a view looking into the box. The box is 48 units square by default; you can change the size of the box with the -bs switch. All the other options in objview are available in ltview.
ltview is useful for making sure the distribution of your light source is what you think it is, and that nothing went awry during the ies2rad conversion. It’s also good for checking replmarks triangle orientations.
Download your own copy of ltview here.
May 10, 2004 No Comments
Trans flowchart
Hi. Miss me? So, for the last week or so I have been struggling to understand some screwy results I’ve been getting with Radiance, using the trans material to emulate some sun control shades. After a flurry of emails today from the very talented membership of the radiance-online.org mailing list, I think I have been shown the light. Specifically, I wanted to post a link to this very useful flowchart that illustrates the way all the trans parameters are interrelated (scroll down a bit for the image). Thanks, Schorsch.
May 14, 2003 No Comments
Rendering falsecolor on glass with vwrays
vwrays -x XRES -y YRES -vf viewfile -fd | rtrace -h -fd -opn octree
| rtrace -fdc -I render_options -x XRES -y YRES octree > illum_picture.pic
The first rtrace computes the intersection point (which is fast) and the second rtrace does the illuminance
calculation. Cool, yes? Yes.
March 19, 2003 No Comments