Re: [Radiance-dev] Creating new view types for Radiance

2017-07-29 Thread Nathaniel Jones
Hi Victor, I think this conversation is resurrected from old news, but if you're interested, I implemented equirectangular projection in my fork: https://github.com/nljones/Accelerad. The only difference is that it's omni-directional stereo (i.e. up-down dual equirectangular projection). But it's

Re: [Radiance-dev] Creating new view types for Radiance

2017-07-29 Thread Gregory J. Ward
Hi Victor, Before I answer your question, may I ask what view type you are hoping to add? Depending on what you are doing, it might be easier to write a .cal file, as others have done, most recently for generating stereo panoramas. Best, -Greg > From: goodriver laurus > Date: October 26, 201

Re: [Radiance-dev] Compiling Radiance for Windows

2017-07-29 Thread Gregory J. Ward
Hi Victor, I suppose it depends on which compiler and set of libraries you are using whether you need to include erf.c or not in your src/common/CMakeLists.txt file or not. I don't know which compiler NREL is currently using -- I thought it was MFC, but I've no idea which version. I don't thi

Re: [Radiance-dev] Energy Savings

2017-07-29 Thread Gregory J. Ward
Dear All, As you can see, I recently cleared a bunch of e-mails that had been backed up in the radinace-dev list since October(!) (Apologies for the last one -- I passed it by mistake based on the subject.) I was only recently made moderator of this list, so I had no idea it was backed up unt

[Radiance-dev] Radiance and Open-Gl [Was: Radiance-dev Glrad on Linux]

2017-07-29 Thread Peter Apian-Bennewitz
Hi folks, before you get all carried away with Xlib events for mouse scroll , - and to add some thoughts on the rediscovery of glrad: Rshow, http://www.pab-opto.de/progs/rshow/ , the current Open-Gl version of my 1993 rshow on the then Iris-Gl, is still existing. Comes with GUI and some extra

Re: [Radiance-dev] running genBSDF

2017-07-29 Thread Andy McNeil
Severine, -blind1.rad -- > ### blind1.rad > void plastic white > 0 > 0 > 5 0.7 0.7 0.7 0 0 > !genblinds white blind1 1 3 4 4 20 | xform -rz did you accidentally cut off the file after -rz? because it should continue like below. If your file doesn't contain the rest that is likely you

[Radiance-dev] Creating new view types for Radiance

2017-07-29 Thread goodriver laurus
Dear all, I would like to try a new view type for Radiance. So far I have included the new type in image.c and included a reference in view.h. However, the compilation is still not working for rpict. I wonder if that could be due to the modifications I've made (I have already corrected a couple of

[Radiance-dev] Compiling Radiance for Windows

2017-07-29 Thread Victor LRG
Dear all, I amtrying to compile Radiance 5R0 for Windows using Cmake 3.7.1 x86 and MVSC 2015 v14 with libtiff 3.8.2 and qt-x86-2.0.4. The compilation finished with no errors (although some 1700 warnings), but when I am trying a simple test I get the following error with ovonv: fatal - (!xform obje

[Radiance-dev] genBSDF "could not load Radiance input"

2017-07-29 Thread Séverine HUET
Good morning List ! I have some probleme to use the function "genBSDF" and hope you could help me. I followed the exemple 1 from the "genBSDF Tutorial" (http://www.radiance-online.org/learning/tutorials/Tutorial-genBSDF_v1.0.1.pdf) and when I run genBSDF with "blinds.rad" as input, it is said "

[Radiance-dev] running genBSDF

2017-07-29 Thread Séverine HUET
WARNING: At least one of the links in the message below goes to an .exe file, which could be malicious. To learn how to protect yourself, please go here: https://commons.lbl.gov/x/_591B Dear List, I am currently doing my final internship as part of my engineering studies. I