radiance question

Hello Tou,

I'm not much of a CAD user. There is Desktop Radiance, which works with AutoCAD release 14, and may be found at:

  http://radsite.lbl.gov/deskrad/

However, there are a number of other interfaces available, known better to the Radiance online community than they are to me, so I am forwarding your message to radiance-online's general mailing list. To enlist, go to:

  http://www.radiance-online.org/

and click on the "general subscription" link.

-Greg

From: oua tou <[email protected]>
Date: August 19, 2004 8:21:18 AM PDT
To: [email protected]
Subject: radiance question

hi,
i began to work with radiance but i want if it is
possible ,to reffer me and explaine me who can i
tronslate from any popular CAD format to Radiance i mean architectural projects

i will be thankfull if you replay me .

Tou Quebec

  Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Créez votre Yahoo! Mail

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis. Téléchargez GRATUITEMENT ici !

···

Begin forwarded message:

Hi,

just three ways:

Use dxf. This makes sense if you are e.g. working with AutoCAD. Get Georg Mischlers dxf2rad (www.schorsch.com), which is available for a lot of platforms. When exporting, take care of the units (I have always 1unit=1meter, so the same as in most radiance apps). Use different layers for materials. dxf2rad will use the layernames as modifiers in the exported rad-model. Than write a material-mapping file, using aliases. That way, you can use ONE material file, that you will re-use for all your projects (simply adding new materials when needed) and put all the layer-to-material information into the mapping-file, that will be valid just for the model. If you are working on Mac or Unix, make sure to encode the (ascii)-dxf file in the ms-dos world format.

Use obj. This is available as an export option for different 3d-packages. It is supported by obj2rad and the new mesh primitive in Radiance. Be careful, the coordinate system in radiance is with the z-achis up! Many of these modeler use other coordinate systems! The obj-export will often be triangulated, but you can use surface normals (e.g. for smoothing) and texture coordinates. As such, I would always prefer it for the not-so-classic architectural models containing lots of curved surfaces.

Use 3ds. This means that you first convert to mgf, than to rad. You can get "smoothed" surfaces like with obj, and 3ds is available in many 3d-modelers, too. You can get some simple material definitions based on the 3ds-file, so you should be able to view the exported rad-file without changes by objview (the other formats' importers don't use the material / color information). However, some of the advanced features radiance offers with obj now are not available with 3ds (tecture coordinates).

If you have a big model, and used some kind of blocks (symbols, references, however your cad calls them), you can try to import them as instances or by using xform. This might help to reduce the memory needed during rendering a lot, however, it adds complexity to the import. Maybe we will have a converter that can handle blocks and export them as such to radiance without user interaction (I read that an early radout release was able to do so?).

Be careful with some CAAD apps. Archicad e.g. tends to include all details in the model, and if you want to render the overview of a large building, you won't want all the door-locks and furniture in your model. So try to control the details as needed (use layers etc, assigning the void modifier can switch off objects, right?).

What applications are you working with?

I use dxf for most architectural models, obj for free-forms (curved surfaces, smooth surfaces). U used radiance with AutoCAD, ArchiCAD, FormZ, Vectorworks.

Good luck, CU Lars.

···

--
Lars O. Grobe
[email protected]

I use Revit. I export my models to a DWG, and then open them in AutoCAD, clean-up some of the layers and such (it puts things on layers named by category of the element, not by the element's materials), and then run an old LISP routine called 'TORAD' that then generates my Radiance files. I then create test renders under Cygwin, and then when the project is ready I feed it to a OS X box I've got acting as a 'render server'.

However, I've just found out that Revit (which is a lot like ArchiCAD, only more so :wink: also includes into it's DWG/DXF exporting 'xdata' about the material a surface is, so I'm currently investigating how to write a new 'revit2rad' converter that would take a DXF from Revit and turn it into a logical structure of Radiance files.

Finally, there is a wonderful little 3D modeling program called ECOTECT that allows you to make simple surface models and includes a Radiance exporting feature & rendering front end. This you might find to be your best bet to get into Radiance at first.

Best of luck,

Jeffrey McGrew