4

Setting VMX versus DMX options

I thought I knew what the difference was when setting these parameters in OS/Radiance but when examining the Ruby code I got confused. What does VMX affect versus DMX? Generally, it seems when I want to set the ambient settings I adjust them in the DMX but I thought it would be the VMX. VTDS, right? So in general to improve simulation we up the daylight matrix?

Determinant's avatar
1.1k
Determinant
asked 2017-04-26 17:46:07 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-04-26 20:21:57 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

The view matrix is the result of the ray tracing from the calculation points to the emitter (window/skylight, usually), and the daylight matrix is the result of tracing rays from the back side of the emitting surface to the sky/sun. The ambient settings matter for both, but you are right that they tend to be more aggressive for the VMX than the DMX. Some of the code may not make this seem obvious, as I recall, WRT some of the variable names I used. Silly you, trying to make sense of how this thing works by actually reading my spaghetti code (although the comments are usually good for a laugh or two). If you want to be more specific about where the confusion lies, I can try to clarify.

rpg777's avatar
7k
rpg777
answered 2017-04-26 21:10:11 -0500
edit flag offensive 0 remove flag delete link

Comments

No Rob, it's entirely due to my newbie-ness, not your code. It's pretty well commented (with some laughs to boot). But it's good to hear that how you explain the matrices is in line with how I thought it worked...So when Zack/anyone say/s to up the ambient parameters, ya think he/they mean/s both daylight and view?

Determinant's avatar Determinant (2017-04-28 17:25:08 -0500) edit

From Zack's perspective, he's mainly talking about the view matrix. But if the external environment is "busy" too, you need to do your due diligence on that side of the interface too. But generally speaking, "high" parameters for a DMX are not as aggressive as those for the VMX. You can see that in OpenStudio by looking at the presets for the low- and high-quality settings.

rpg777's avatar rpg777 (2017-04-28 21:20:48 -0500) edit
add a comment see more comments