├── .gitignore ├── .gitlab-ci.yml ├── CMakeLists.txt ├── CTestConfig.cmake ├── INSTALL.scons ├── InstallRules ├── BundleUtilities.cmake ├── CMakeLists.txt ├── GetPrerequisites.cmake ├── dependencies.cmake.in └── qt.conf ├── License.txt ├── MANIFEST ├── README.md ├── README.txt ├── SConstruct ├── Welcome.txt ├── doc ├── man │ ├── man1 │ │ ├── arch2rad.1 │ │ ├── bgraph.1 │ │ ├── bsdf2klems.1 │ │ ├── bsdf2rad.1 │ │ ├── bsdf2ttree.1 │ │ ├── bsdfview.1 │ │ ├── cnt.1 │ │ ├── compamb.1 │ │ ├── cv.1 │ │ ├── dayfact.1 │ │ ├── dctimestep.1 │ │ ├── dgraph.1 │ │ ├── epw2wea.1 │ │ ├── ev.1 │ │ ├── evalglare.1 │ │ ├── falsecolor.1 │ │ ├── fieldcomb.1 │ │ ├── findglare.1 │ │ ├── gcomp.1 │ │ ├── genBSDF.1 │ │ ├── genblinds.1 │ │ ├── genbox.1 │ │ ├── genclock.1 │ │ ├── gendaylit.1 │ │ ├── gendaymtx.1 │ │ ├── genklemsamp.1 │ │ ├── genprism.1 │ │ ├── genrev.1 │ │ ├── gensky.1 │ │ ├── genskyvec.1 │ │ ├── gensurf.1 │ │ ├── genworm.1 │ │ ├── getbbox.1 │ │ ├── getinfo.1 │ │ ├── glare.1 │ │ ├── glarendx.1 │ │ ├── glrad.1 │ │ ├── histo.1 │ │ ├── icalc.1 │ │ ├── ies2rad.1 │ │ ├── igraph.1 │ │ ├── lampcolor.1 │ │ ├── lookamb.1 │ │ ├── ltpict.1 │ │ ├── ltview.1 │ │ ├── macbethcal.1 │ │ ├── meta2bmp.1 │ │ ├── meta2tga.1 │ │ ├── mgf2meta.1 │ │ ├── mgf2rad.1 │ │ ├── mkillum.1 │ │ ├── mkpmap.1 │ │ ├── mksource.1 │ │ ├── neaten.1 │ │ ├── normpat.1 │ │ ├── normtiff.1 │ │ ├── obj2mesh.1 │ │ ├── obj2rad.1 │ │ ├── objline.1 │ │ ├── objview.1 │ │ ├── oconv.1 │ │ ├── pcomb.1 │ │ ├── pcompos.1 │ │ ├── pcond.1 │ │ ├── pdfblur.1 │ │ ├── pexpand.1 │ │ ├── pextrem.1 │ │ ├── pfilt.1 │ │ ├── pflip.1 │ │ ├── phisto.1 │ │ ├── pinterp.1 │ │ ├── pkgBSDF.1 │ │ ├── plotin.1 │ │ ├── pmapdump.1 │ │ ├── pmblur.1 │ │ ├── pmblur2.1 │ │ ├── pmdblur.1 │ │ ├── protate.1 │ │ ├── psign.1 │ │ ├── psketch.1 │ │ ├── psmeta.1 │ │ ├── psort.1 │ │ ├── pvalue.1 │ │ ├── ra_bmp.1 │ │ ├── ra_gif.1 │ │ ├── ra_pict.1 │ │ ├── ra_ppm.1 │ │ ├── ra_ps.1 │ │ ├── ra_rgbe.1 │ │ ├── ra_t16.1 │ │ ├── ra_t8.1 │ │ ├── ra_tiff.1 │ │ ├── ra_xyze.1 │ │ ├── rad.1 │ │ ├── rad2mgf.1 │ │ ├── raddepend.1 │ │ ├── ran2tiff.1 │ │ ├── ranimate.1 │ │ ├── ranimove.1 │ │ ├── rcalc.1 │ │ ├── rcollate.1 │ │ ├── rcontrib.1 │ │ ├── replmarks.1 │ │ ├── rfluxmtx.1 │ │ ├── rhcopy.1 │ │ ├── rhinfo.1 │ │ ├── rholo.1 │ │ ├── rhoptimize.1 │ │ ├── rhpict.1 │ │ ├── rlam.1 │ │ ├── rmtxop.1 │ │ ├── rpict.1 │ │ ├── rpiece.1 │ │ ├── rsensor.1 │ │ ├── rtpict.1 │ │ ├── rtrace.1 │ │ ├── rvu.1 │ │ ├── tabfunc.1 │ │ ├── tmesh2rad.1 │ │ ├── total.1 │ │ ├── trad.1 │ │ ├── ttyimage.1 │ │ ├── vwrays.1 │ │ ├── vwright.1 │ │ ├── wrapBSDF.1 │ │ ├── x11meta.1 │ │ ├── xform.1 │ │ ├── xglaresrc.1 │ │ ├── ximage.1 │ │ └── xshowtrace.1 │ ├── man3 │ │ └── meta.3 │ └── man5 │ │ └── metafile.5 ├── materials.1 ├── mkhtmlman.csh ├── notes │ ├── BSDFdirections.txt │ ├── ReleaseNotes │ ├── animation_views.txt │ ├── compile_switches │ ├── filmspeed │ ├── gamma_corr │ ├── language.BNR │ ├── materials │ ├── parallel.txt │ ├── picture.format │ ├── rendering.note │ ├── rpict.options │ ├── secsrc.note │ └── translators ├── pdf │ └── pmap-manual.pdf ├── ray.1 └── ray.html ├── installib ├── makeall ├── noX11.help ├── platform ├── Darwin_32.cfg ├── Darwin_64.cfg ├── FreeBSD_32.cfg ├── FreeBSD_64.cfg ├── Linux_32.cfg ├── Linux_64.cfg ├── README ├── Windows_32.cfg ├── Windows_64.cfg ├── darwin.cfg ├── freebsd.cfg ├── linux.cfg ├── mingw.cfg ├── mingw_32.cfg ├── posix.cfg ├── posix_32.cfg ├── posix_64.cfg └── win32.cfg ├── resources ├── CMakeLists.txt ├── cmake_tests │ ├── CMakeLists.txt │ ├── setup_paths.cmake.in │ ├── test_DC.cmake │ ├── test_evalglare.cmake │ ├── test_falsecolor.cmake │ ├── test_getinfo.cmake │ ├── test_pcond.cmake │ ├── test_rpict.cmake │ ├── test_rtrace.cmake │ └── test_setup.cmake ├── cornell_box │ ├── cornell.oct │ ├── cornell.rad │ ├── cornell.vf │ └── cornell_window.rad ├── evalglare │ ├── evalglare_test.sh │ └── testimage.hdr └── fonts │ └── helvet.fnt ├── scons.bat ├── src ├── CMakeLists.txt ├── cal │ ├── CMakeLists.txt │ ├── Rmakefile │ ├── SConscript │ ├── cal │ │ ├── Ashikhmin.cal │ │ ├── CMakeLists.txt │ │ ├── LaFortune.cal │ │ ├── LaFortune1.cal │ │ ├── WGMDaniso.cal │ │ ├── WGMDiso.cal │ │ ├── WalterBSDF.cal │ │ ├── WalterBTDF.cal │ │ ├── bezier2.cal │ │ ├── blackbody.cal │ │ ├── blinds.cal │ │ ├── cct.cal │ │ ├── cielab.cal │ │ ├── cieluv.cal │ │ ├── cieresp.cal │ │ ├── circle.cal │ │ ├── clamp.cal │ │ ├── clouds.cal │ │ ├── cmat.fmt │ │ ├── color.fmt │ │ ├── colorcal.csh │ │ ├── conv1.cal │ │ ├── conv2.cal │ │ ├── cri.cal │ │ ├── cubic.cal │ │ ├── denom.cal │ │ ├── errfile.fmt │ │ ├── ferwerda.cal │ │ ├── filt.cal │ │ ├── fisheye_corr.cal │ │ ├── fitSH.cal │ │ ├── fog.cal │ │ ├── gauss.cal │ │ ├── gaussian.cal │ │ ├── genSH.cal │ │ ├── gensky+s.fmt │ │ ├── gensky-s.fmt │ │ ├── graypatch.cal │ │ ├── hermite.cal │ │ ├── illum.fmt │ │ ├── illumcal.csh │ │ ├── klems_ang.cal │ │ ├── landscape.cal │ │ ├── lumdist.cal │ │ ├── macbeth.cal │ │ ├── mat3.cal │ │ ├── metals.cal │ │ ├── noise.cal │ │ ├── noise2.cal │ │ ├── noise3.cal │ │ ├── norm.cal │ │ ├── normcomp.cal │ │ ├── patch3w.cal │ │ ├── peerless.cal │ │ ├── picdiff.cal │ │ ├── printwarp.cal │ │ ├── quadratic.cal │ │ ├── reinhard.cal │ │ ├── reinhard.csh │ │ ├── reinhart.cal │ │ ├── reinsrc.cal │ │ ├── rgb.cal │ │ ├── rgb_ycc.cal │ │ ├── root.cal │ │ ├── rskysrc.cal │ │ ├── screen.cal │ │ ├── sf.cal │ │ ├── spharm.cal │ │ ├── sphsamp.cal │ │ ├── spline.cal │ │ ├── stdrefl.cal │ │ ├── sun.cal │ │ ├── suncal.fmt │ │ ├── superellipsoid.cal │ │ ├── testimg.cal │ │ ├── trans.cal │ │ ├── trans2.cal │ │ ├── tregenza.cal │ │ ├── tregsrc.cal │ │ ├── trix.dat │ │ ├── triy.dat │ │ ├── triz.dat │ │ ├── tumblin.cal │ │ ├── uniq_rgb.cal │ │ ├── veil.cal │ │ ├── view.fmt │ │ ├── view360stereo.cal │ │ ├── vl.cal │ │ ├── vonKries.cal │ │ ├── vwparab.cal │ │ ├── vwplanis.cal │ │ ├── xyz_rgb.cal │ │ └── xyz_srgb.cal │ ├── calc.c │ ├── cnt.c │ ├── ev.c │ ├── histo.c │ ├── lam.c │ ├── neat.c │ ├── rcalc.c │ ├── tabfunc.c │ └── total.c ├── common │ ├── BSDFfiles.txt │ ├── CMakeLists.txt │ ├── README │ ├── Rmakefile │ ├── SConscript │ ├── addobjnotify.c │ ├── badarg.c │ ├── biggerlib.c │ ├── bmalloc.c │ ├── bmpfile.c │ ├── bmpfile.h │ ├── bsdf.c │ ├── bsdf.h │ ├── bsdf_m.c │ ├── bsdf_m.h │ ├── bsdf_t.c │ ├── bsdf_t.h │ ├── byteswap.c │ ├── calcomp.h │ ├── caldefn.c │ ├── calexpr.c │ ├── calfunc.c │ ├── calprnt.c │ ├── ccolor.c │ ├── ccolor.h │ ├── ccyrgb.c │ ├── chanvalue.c │ ├── clip.c │ ├── color.c │ ├── color.h │ ├── colrops.c │ ├── cone.c │ ├── cone.h │ ├── copyright.h │ ├── cvtcmd.c │ ├── dircode.c │ ├── disk2square.c │ ├── ealloc.c │ ├── eputs.c │ ├── erf.c │ ├── error.c │ ├── expandarg.c │ ├── ezxml.c │ ├── ezxml.h │ ├── face.c │ ├── face.h │ ├── falsecolor.c │ ├── falsecolor.h │ ├── fdate.c │ ├── fgetline.c │ ├── fgetval.c │ ├── fgetword.c │ ├── fixargv0.c │ ├── font.c │ ├── font.h │ ├── fputword.c │ ├── free_os.c │ ├── fropen.c │ ├── fvect.c │ ├── fvect.h │ ├── g3affine.c │ ├── g3affine.h │ ├── g3flist.c │ ├── g3flist.h │ ├── g3list.h │ ├── g3nlist.h │ ├── g3sphere.c │ ├── g3sphere.h │ ├── g3vector.c │ ├── g3vector.h │ ├── gbasic.c │ ├── gbasic.h │ ├── gendaylit.c │ ├── gethomedir.c │ ├── getlibpath.c │ ├── getpath.c │ ├── header.c │ ├── hilbert.c │ ├── hilbert.h │ ├── image.c │ ├── instance.c │ ├── instance.h │ ├── interp2d.c │ ├── interp2d.h │ ├── invmat4.c │ ├── lamps.c │ ├── linregr.c │ ├── linregr.h │ ├── loadbsdf.c │ ├── loadvars.c │ ├── lookup.c │ ├── lookup.h │ ├── mat4.c │ ├── mat4.h │ ├── maxheap.c │ ├── maxheap.h │ ├── mesh.c │ ├── mesh.h │ ├── mgf_context.c │ ├── mgf_mesg.h │ ├── mgf_object.c │ ├── mgf_parser.c │ ├── mgf_parser.h │ ├── mgf_xf.c │ ├── modobject.c │ ├── muc_randvar.c │ ├── muc_randvar.h │ ├── multisamp.c │ ├── myhostname.c │ ├── object.h │ ├── objset.c │ ├── octree.c │ ├── octree.h │ ├── otypes.c │ ├── otypes.h │ ├── paths.c │ ├── paths.h │ ├── platform.h │ ├── plocate.c │ ├── plocate.h │ ├── portio.c │ ├── process.c │ ├── pyradlib │ │ ├── __init__.py │ │ ├── lcompare.py │ │ └── pyrad_proc.py │ ├── quit.c │ ├── radogl.h │ ├── random.h │ ├── readfargs.c │ ├── readmesh.c │ ├── readobj.c │ ├── readoct.c │ ├── resolu.c │ ├── resolu.h │ ├── rexpr.c │ ├── rgldomat.c │ ├── rglfile.c │ ├── rglinst.c │ ├── rglmat.c │ ├── rglsrc.c │ ├── rglsurf.c │ ├── rterror.h │ ├── rtio.h │ ├── rtmath.h │ ├── rtmisc.h │ ├── rtprocess.h │ ├── savestr.c │ ├── savqstr.c │ ├── sceneio.c │ ├── selcall.h │ ├── spec_rgb.c │ ├── standard.h │ ├── strcmp.c │ ├── strlcpy.c │ ├── targa.h │ ├── tcos.c │ ├── testBSDF.c │ ├── tiff.h │ ├── tiffio.h │ ├── tiffvers.h │ ├── timegm.c │ ├── tmap16bit.c │ ├── tmapcolrs.c │ ├── tmapluv.c │ ├── tmaptiff.c │ ├── tmaptiff.h │ ├── tmerrmsg.h │ ├── tmesh.c │ ├── tmesh.cal │ ├── tmesh.h │ ├── tmprivat.h │ ├── tonemap.c │ ├── tonemap.h │ ├── triangulate.c │ ├── triangulate.h │ ├── unix_process.c │ ├── urand.c │ ├── urind.c │ ├── vars.h │ ├── view.h │ ├── win_popen.c │ ├── win_process.c │ ├── win_usleep.c │ ├── wordfile.c │ ├── words.c │ ├── wputs.c │ ├── x11findwind.c │ ├── xf.c │ └── zeroes.c ├── cv │ ├── 3ds2mgf.c │ ├── CMakeLists.txt │ ├── README │ ├── Rmakefile │ ├── SConscript │ ├── arch2rad.c │ ├── bsdf2klems.c │ ├── bsdf2rad.c │ ├── bsdf2rad.cal │ ├── bsdf2rado.c │ ├── bsdf2ttree.c │ ├── bsdfinterp.c │ ├── bsdfmesh.c │ ├── bsdfquery.c │ ├── bsdfrbf.c │ ├── bsdfrep.c │ ├── bsdfrep.h │ ├── bsdftrans.cpp │ ├── epw2wea.c │ ├── ies2rad.c │ ├── lamp.tab │ ├── lampcolor.c │ ├── mgf2inv.c │ ├── mgf2meta.c │ ├── mgf2rad.c │ ├── mgfilt.c │ ├── mgflib │ │ ├── CHANGES │ │ ├── README │ │ ├── examp1.ies │ │ ├── examp1.mgf │ │ ├── fig1+2.eps │ │ ├── fig3+4.eps │ │ ├── figures.ps │ │ ├── iesnotes.txt │ │ ├── mgfdoc.pdf │ │ ├── mgfdoc.ps.Z │ │ ├── mgfdoc.tr │ │ ├── readme.txt │ │ ├── spec.txt │ │ └── translat.txt │ ├── nff2rad.c │ ├── obj2rad.c │ ├── optics2rad.csh │ ├── optics2rad.pl │ ├── pabopto2bsdf.c │ ├── pabopto2xyz.c │ ├── pkgBSDF.c │ ├── rad2mgf.c │ ├── rayopt3ds.c │ ├── rayopt3ds.h │ ├── source.cal │ ├── tilt.cal │ ├── tmesh2rad.c │ ├── trans.c │ ├── trans.h │ ├── transportSimplex.h │ ├── vect3ds.c │ ├── vect3ds.h │ └── window.cal ├── daysim │ ├── 60min_file.c │ ├── BlindModel.c │ ├── BlindModel.h │ ├── CMakeLists.txt │ ├── allocate_memory.c │ ├── allocate_memory.h │ ├── analysis_data.c │ ├── analysis_data.h │ ├── cPerezSkyModel.cpp │ ├── cPerezSkyModel.h │ ├── cSkyVault.cpp │ ├── cSkyVault.h │ ├── cSun.cpp │ ├── cSun.h │ ├── calculate_Perez.c │ ├── calculate_Perez.h │ ├── calculate_sky_patches.c │ ├── calculate_sky_patches.h │ ├── calculate_sky_patches_gen_dc.c │ ├── calculate_sky_patches_gen_dc.h │ ├── check_direct_sunlight.c │ ├── check_direct_sunlight.h │ ├── clearsky_models.c │ ├── clearsky_models.h │ ├── climateFile.cpp │ ├── climateFile.h │ ├── copyright.h │ ├── daylightfactor.c │ ├── daylightfactor.h │ ├── ds_constants.h │ ├── ds_el_lighting.c │ ├── ds_el_lighting.h │ ├── ds_illum.c │ ├── ds_illum.h │ ├── ds_shortterm.c │ ├── ds_shortterm.h │ ├── fropen.c │ ├── fropen.h │ ├── gen_dc.c │ ├── gen_dgp_profile.c │ ├── gen_directsunlight.c │ ├── gen_reindl.c │ ├── gen_single_office.c │ ├── gen_single_office.h │ ├── gendiscretesky.cpp │ ├── get_illuminances.c │ ├── get_illuminances.h │ ├── lightswitch.c │ ├── lightswitch.h │ ├── nrutil.c │ ├── nrutil.h │ ├── numerical.c │ ├── numerical.h │ ├── occ_func.c │ ├── occ_func.h │ ├── parse.c │ ├── parse.h │ ├── radfiles2daysim.c │ ├── read_in.c │ ├── read_in.h │ ├── read_in_header.c │ ├── read_in_header.h │ ├── rotate_scene.c │ ├── scale_dc.c │ ├── shadow_testing.c │ ├── shadow_testing.h │ ├── simulation_assumptions.c │ ├── skartveit.c │ ├── skartveit.h │ ├── sun.c │ ├── sun.h │ ├── version.h │ ├── win_popen.h │ ├── write_dds_files.c │ └── write_dds_files.h ├── gen │ ├── CMakeLists.txt │ ├── README │ ├── Rmakefile │ ├── SConscript │ ├── clockface.hex │ ├── genbackg.csh │ ├── genbeads.c │ ├── genblinds.c │ ├── genbox.c │ ├── genbranch.c │ ├── gencat.c │ ├── genclock.c │ ├── gendaylit.c │ ├── gendaymtx.c │ ├── genmarble.c │ ├── genpine.csh │ ├── genprism.c │ ├── genrev.c │ ├── gensky.c │ ├── gensurf.c │ ├── genwindow.csh │ ├── genworm.c │ ├── glaze.csh │ ├── glaze1.cal │ ├── glaze2.cal │ ├── hermite3.c │ ├── illum.cal │ ├── markpath.csh │ ├── mkillum.c │ ├── mkillum.h │ ├── mkillum2.c │ ├── mkillum3.c │ ├── mksource.c │ ├── needle.fmt │ ├── perezlum.cal │ ├── perezlum_c.cal │ ├── replmarks.c │ ├── rev.cal │ ├── skybright.cal │ ├── sun.c │ ├── sun.h │ ├── surf.cal │ └── xform.c ├── hd │ ├── CMakeLists.txt │ ├── README │ ├── Rmakefile │ ├── SConscript │ ├── clumpbeams.c │ ├── genrhgrid.c │ ├── holo.c │ ├── holo.h │ ├── holofile.c │ ├── rhcopy.c │ ├── rhd_ctab.c │ ├── rhd_geom.c │ ├── rhd_glx1.c │ ├── rhd_odraw.c │ ├── rhd_odraw.h │ ├── rhd_ogl.c │ ├── rhd_qtree.c │ ├── rhd_qtree.h │ ├── rhd_qtree2c.c │ ├── rhd_qtree2r.c │ ├── rhd_x11.c │ ├── rhdisp.c │ ├── rhdisp.h │ ├── rhdisp2.c │ ├── rhdisp3.c │ ├── rhdobj.c │ ├── rhdobj.h │ ├── rhdriver.h │ ├── rhinfo.c │ ├── rholo.c │ ├── rholo.h │ ├── rholo2.c │ ├── rholo2l.c │ ├── rholo3.c │ ├── rholo4.c │ ├── rhoptimize.c │ ├── rhpict.c │ ├── rhpict2.c │ ├── viewbeams.c │ └── x11icon.h ├── meta │ ├── CMakeLists.txt │ ├── Rmakefile │ ├── SConscript │ ├── bgraph.c │ ├── boxw.plt │ ├── cartesian.plt │ ├── cgraph.c │ ├── curve.plt │ ├── cv.c │ ├── cvhfio.c │ ├── dgraph.c │ ├── expand.c │ ├── function.plt │ ├── gcalc.c │ ├── gcomp.c │ ├── hfio.c │ ├── igraph.c │ ├── line.plt │ ├── meta.h │ ├── meta2bmp.c │ ├── meta2tga.c │ ├── metacalls.c │ ├── mfio.c │ ├── mgraph.c │ ├── mgraph.h │ ├── mgvars.c │ ├── mgvars.h │ ├── misc.c │ ├── mplot.c │ ├── mtext.c │ ├── palloc.c │ ├── pexpand.c │ ├── plot.c │ ├── plot.h │ ├── plot4.c │ ├── plotin.c │ ├── polar.plt │ ├── primout.c │ ├── progname.c │ ├── psmeta.c │ ├── psort.c │ ├── psplot.c │ ├── psplot.h │ ├── rast.h │ ├── rplot.c │ ├── scatter.plt │ ├── segment.c │ ├── sort.c │ ├── standard.plt │ ├── symbols.met │ ├── syscalls.c │ ├── targa.h │ ├── vchars.met │ ├── x11plot.c │ └── xmeta.c ├── ot │ ├── CMakeLists.txt │ ├── README │ ├── Rmakefile │ ├── SConscript │ ├── bbox.c │ ├── cvmesh.c │ ├── cvmesh.h │ ├── getbbox.c │ ├── init2otypes.c │ ├── initotypes.c │ ├── o_cone.c │ ├── o_face.c │ ├── o_instance.c │ ├── obj2mesh.c │ ├── oconv.c │ ├── oconv.h │ ├── readobj2.c │ ├── sphere.c │ ├── wfconv.c │ ├── writemesh.c │ └── writeoct.c ├── px │ ├── CMakeLists.txt │ ├── README │ ├── Rmakefile │ ├── SConscript │ ├── clrtab.c │ ├── clrtab.h │ ├── falsecolor.pl │ ├── macbethcal.c │ ├── mx3.c │ ├── mx3.h │ ├── neuclrtab.c │ ├── normpat.csh │ ├── normtiff.c │ ├── pacuity.csh │ ├── pbilat.csh │ ├── pcomb.c │ ├── pcompos.c │ ├── pcond.c │ ├── pcond.h │ ├── pcond2.c │ ├── pcond3.c │ ├── pcond4.c │ ├── pcwarp.c │ ├── pdelta.csh │ ├── pdfblur.csh │ ├── pextrem.c │ ├── pf2.c │ ├── pf3.c │ ├── pfilt.c │ ├── pfilt.h │ ├── pflip.c │ ├── pgblur.csh │ ├── phisteq.csh │ ├── phisto.csh │ ├── pic.h │ ├── pict.h │ ├── pinterp.c │ ├── pmap.h │ ├── pmapgen.c │ ├── pmblur.csh │ ├── pmblur2.c │ ├── pmdblur.csh │ ├── protate.c │ ├── psign.c │ ├── psketch.c │ ├── psquish.csh │ ├── pvalue.c │ ├── pveil.csh │ ├── ra_bmp.c │ ├── ra_gif.c │ ├── ra_hexbit.c │ ├── ra_pfm.csh │ ├── ra_pict.c │ ├── ra_ppm.c │ ├── ra_ps.c │ ├── ra_rgbe.c │ ├── ra_skel.c │ ├── ra_t16.c │ ├── ra_t8.c │ ├── ra_tiff.c │ ├── ra_xyze.c │ ├── ran2tiff.csh │ ├── ttyimage.c │ ├── vlpic.csh │ ├── warp3d.c │ ├── warp3d.h │ ├── x11image.c │ ├── x11raster.c │ ├── x11raster.h │ ├── xshowtrace.c │ └── xyzimage.csh ├── qtrvu │ ├── CMakeLists.txt │ ├── commandsdialog.ui │ ├── exposuredialog.ui │ ├── incrementsdialog.ui │ ├── main.cxx │ ├── mainwindow.cxx │ ├── mainwindow.h │ ├── mainwindow.ui │ ├── parameterdialog.ui │ ├── qt.c │ ├── qt_rvu_main.cxx │ ├── rvuwidget.cxx │ ├── rvuwidget.h │ └── viewdialog.ui ├── rt │ ├── CMakeLists.txt │ ├── README │ ├── Rmakefile │ ├── SConscript │ ├── VERSION │ ├── ambcomp.c │ ├── ambient.c │ ├── ambient.h │ ├── ambio.c │ ├── aniso.c │ ├── ashikhmin.c │ ├── colortab.c │ ├── create_version.cmake │ ├── data.c │ ├── data.h │ ├── daysim.c │ ├── daysim.h │ ├── devcomm.c │ ├── devmain.c │ ├── devtable.c │ ├── dielectric.c │ ├── driver.h │ ├── duphead.c │ ├── editline.c │ ├── fprism.c │ ├── freeobjmem.c │ ├── func.c │ ├── func.h │ ├── glass.c │ ├── initotypes.c │ ├── lookamb.c │ ├── m_alias.c │ ├── m_brdf.c │ ├── m_bsdf.c │ ├── m_clip.c │ ├── m_direct.c │ ├── m_mirror.c │ ├── m_mist.c │ ├── mkpmap.c │ ├── mx_data.c │ ├── mx_func.c │ ├── noise3.c │ ├── normal.c │ ├── o_cone.c │ ├── o_face.c │ ├── o_instance.c │ ├── o_mesh.c │ ├── oocbuild.c │ ├── oocbuild.h │ ├── ooccache.c │ ├── ooccache.h │ ├── oocmorton.c │ ├── oocmorton.h │ ├── oocnn.c │ ├── oocnn.h │ ├── oococt.c │ ├── oococt.h │ ├── oocsort.c │ ├── oocsort.h │ ├── otspecial.h │ ├── p_data.c │ ├── p_func.c │ ├── persist.c │ ├── pmap.c │ ├── pmap.h │ ├── pmapamb.c │ ├── pmapamb.h │ ├── pmapbias.c │ ├── pmapbias.h │ ├── pmapcontrib.c │ ├── pmapcontrib.h │ ├── pmapdata.c │ ├── pmapdata.h │ ├── pmapdiag.c │ ├── pmapdiag.h │ ├── pmapdump.c │ ├── pmapio.c │ ├── pmapio.h │ ├── pmapkdt.c │ ├── pmapkdt.h │ ├── pmapmat.c │ ├── pmapmat.h │ ├── pmapooc.c │ ├── pmapooc.h │ ├── pmapopt.c │ ├── pmapopt.h │ ├── pmapparm.c │ ├── pmapparm.h │ ├── pmaprand.c │ ├── pmaprand.h │ ├── pmapray.c │ ├── pmapray.h │ ├── pmapsrc.c │ ├── pmapsrc.h │ ├── pmaptype.c │ ├── pmaptype.h │ ├── pmcontrib2.c │ ├── pmutil.c │ ├── preload.c │ ├── ray.h │ ├── raycalls.c │ ├── rayfifo.c │ ├── rayinit.cal │ ├── raypcalls.c │ ├── raypwin.c │ ├── raytrace.c │ ├── rc2.c │ ├── rc3.c │ ├── rcmain.c │ ├── rcontrib.c │ ├── rcontrib.h │ ├── renderopts.c │ ├── rpaint.h │ ├── rpict.c │ ├── rpmain.c │ ├── rtmain.c │ ├── rtotypes.h │ ├── rtrace.c │ ├── rv2.c │ ├── rv3.c │ ├── rview.c │ ├── rvmain.c │ ├── source.c │ ├── source.h │ ├── sphere.c │ ├── srcdraw.c │ ├── srcobstr.c │ ├── srcsamp.c │ ├── srcsupp.c │ ├── t_data.c │ ├── t_func.c │ ├── text.c │ ├── verscript.ed │ ├── virtuals.c │ ├── x11.c │ ├── x11icon.h │ ├── x11twind.c │ └── x11twind.h └── util │ ├── CMakeLists.txt │ ├── README │ ├── Rmakefile │ ├── SConscript │ ├── WINDOW6BSDFt.xml │ ├── ambpos.cal │ ├── bsdfview.pl │ ├── cmatrix.c │ ├── cmatrix.h │ ├── cmbsdf.c │ ├── compamb.csh │ ├── dayfact.csh │ ├── dctimestep.c │ ├── debugcal.csh │ ├── disk2square.cal │ ├── do_action.tcl │ ├── do_file.tcl │ ├── do_options.tcl │ ├── do_results.tcl │ ├── do_scene.tcl │ ├── do_views.tcl │ ├── do_zone.tcl │ ├── eplus_adduvf.c │ ├── eplus_idf.c │ ├── eplus_idf.h │ ├── evalglare.c │ ├── fieldcomb.csh │ ├── file.hlp │ ├── findglare.c │ ├── genBSDF.pl │ ├── genambpos.csh │ ├── genambpos.pl │ ├── genklemsamp.pl │ ├── genskyvec.pl │ ├── getfile.tcl │ ├── gethelp.tcl │ ├── getinfo.c │ ├── glare.csh │ ├── glare.h │ ├── glarendx.c │ ├── glaresrc.c │ ├── glareval.c │ ├── glrad.c │ ├── glradicon.h │ ├── help.hlp │ ├── help2roff.csh │ ├── ivpict.csh │ ├── ivprep.csh │ ├── klems_full.cal │ ├── klems_half.cal │ ├── klems_quarter.cal │ ├── ltpict.pl │ ├── ltview.pl │ ├── minimalBSDFt.xml │ ├── netproc.c │ ├── netproc.h │ ├── objline.csh │ ├── objpict.csh │ ├── objpict.pl │ ├── objview.csh │ ├── objview.pl │ ├── pictool.c │ ├── pictool.h │ ├── rad.c │ ├── radcompare.c │ ├── raddepend.csh │ ├── rambpos.cal │ ├── ranimate.c │ ├── ranimove.c │ ├── ranimove.h │ ├── ranimove1.c │ ├── ranimove2.c │ ├── rcollate.c │ ├── reinhartb.cal │ ├── rfluxmtx.c │ ├── rlux.csh │ ├── rmatrix.c │ ├── rmatrix.h │ ├── rmtxop.c │ ├── rpiece.c │ ├── rsensor.c │ ├── rtpict.pl │ ├── rttree_reduce.c │ ├── setscan.c │ ├── setscan.h │ ├── tclIndex │ ├── trad.hlp │ ├── trad.icon │ ├── trad.wsh │ ├── tradinstall.csh │ ├── tregsamp.dat │ ├── util.tcl │ ├── vinfo.csh │ ├── vwrays.c │ ├── vwright.c │ ├── win_netproc.c │ ├── wrapBSDF.c │ └── xglaresrc.c └── test ├── README.txt ├── SConscript ├── py_tests ├── __init__.py ├── test_cnt.py ├── test_ev.py ├── test_genbeads.py ├── test_getinfo.py ├── test_histo.py ├── test_lam.py ├── test_ttyimage.py ├── test_xform.py └── unit_tools │ ├── __init__.py │ ├── lcompare.py │ └── support.py ├── run_all.py ├── run_tests.bat ├── run_tests.py ├── test data ├── Earth128.pic ├── corner │ ├── corner.oct │ ├── corner.rad │ └── default.sky ├── gradients │ ├── gradient.histo │ ├── h_gradient.hdr │ └── v_gradient.hdr ├── histo.dat ├── lam_de.dat ├── lam_en.dat ├── model.oct ├── model.vp ├── test.cal ├── window_src.rad ├── xform_1.dat ├── xform_2.dat ├── xform_res1.dat └── xform_res2.dat ├── testcases ├── __init__.py ├── cal │ ├── __init__.py │ ├── test_cnt.py │ ├── test_ev.py │ ├── test_histo.py │ ├── test_lam.py │ └── test_rcalc.py ├── cv │ └── __init__.py ├── gen │ ├── __init__.py │ ├── test_genbeads.py │ └── test_xform.py ├── hd │ └── __init__.py ├── meta │ └── __init__.py ├── ot │ └── __init__.py ├── px │ ├── __init__.py │ ├── test_falsecolor.py │ ├── test_phisto.py │ └── test_ttyimage.py ├── pyrad │ ├── __init__.py │ ├── test_lcompare.py │ └── test_pyradproc.py ├── rt │ └── __init__.py └── util │ ├── __init__.py │ ├── test_getinfo.py │ └── test_rlux.py └── winrun.bat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CTestConfig.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/CTestConfig.cmake -------------------------------------------------------------------------------- /INSTALL.scons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/INSTALL.scons -------------------------------------------------------------------------------- /InstallRules/qt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/InstallRules/qt.conf -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/License.txt -------------------------------------------------------------------------------- /MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/MANIFEST -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/README.txt -------------------------------------------------------------------------------- /SConstruct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/SConstruct -------------------------------------------------------------------------------- /Welcome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/Welcome.txt -------------------------------------------------------------------------------- /doc/man/man1/arch2rad.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/arch2rad.1 -------------------------------------------------------------------------------- /doc/man/man1/bgraph.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/bgraph.1 -------------------------------------------------------------------------------- /doc/man/man1/bsdf2rad.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/bsdf2rad.1 -------------------------------------------------------------------------------- /doc/man/man1/bsdfview.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/bsdfview.1 -------------------------------------------------------------------------------- /doc/man/man1/cnt.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/cnt.1 -------------------------------------------------------------------------------- /doc/man/man1/compamb.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/compamb.1 -------------------------------------------------------------------------------- /doc/man/man1/cv.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/cv.1 -------------------------------------------------------------------------------- /doc/man/man1/dayfact.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/dayfact.1 -------------------------------------------------------------------------------- /doc/man/man1/dgraph.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/dgraph.1 -------------------------------------------------------------------------------- /doc/man/man1/epw2wea.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/epw2wea.1 -------------------------------------------------------------------------------- /doc/man/man1/ev.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ev.1 -------------------------------------------------------------------------------- /doc/man/man1/gcomp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/gcomp.1 -------------------------------------------------------------------------------- /doc/man/man1/genBSDF.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/genBSDF.1 -------------------------------------------------------------------------------- /doc/man/man1/genbox.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/genbox.1 -------------------------------------------------------------------------------- /doc/man/man1/genclock.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/genclock.1 -------------------------------------------------------------------------------- /doc/man/man1/genprism.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/genprism.1 -------------------------------------------------------------------------------- /doc/man/man1/genrev.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/genrev.1 -------------------------------------------------------------------------------- /doc/man/man1/gensky.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/gensky.1 -------------------------------------------------------------------------------- /doc/man/man1/gensurf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/gensurf.1 -------------------------------------------------------------------------------- /doc/man/man1/genworm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/genworm.1 -------------------------------------------------------------------------------- /doc/man/man1/getbbox.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/getbbox.1 -------------------------------------------------------------------------------- /doc/man/man1/getinfo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/getinfo.1 -------------------------------------------------------------------------------- /doc/man/man1/glare.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/glare.1 -------------------------------------------------------------------------------- /doc/man/man1/glarendx.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/glarendx.1 -------------------------------------------------------------------------------- /doc/man/man1/glrad.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/glrad.1 -------------------------------------------------------------------------------- /doc/man/man1/histo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/histo.1 -------------------------------------------------------------------------------- /doc/man/man1/icalc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/icalc.1 -------------------------------------------------------------------------------- /doc/man/man1/ies2rad.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ies2rad.1 -------------------------------------------------------------------------------- /doc/man/man1/igraph.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/igraph.1 -------------------------------------------------------------------------------- /doc/man/man1/lookamb.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/lookamb.1 -------------------------------------------------------------------------------- /doc/man/man1/ltpict.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ltpict.1 -------------------------------------------------------------------------------- /doc/man/man1/ltview.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ltview.1 -------------------------------------------------------------------------------- /doc/man/man1/meta2bmp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/meta2bmp.1 -------------------------------------------------------------------------------- /doc/man/man1/meta2tga.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/meta2tga.1 -------------------------------------------------------------------------------- /doc/man/man1/mgf2meta.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/mgf2meta.1 -------------------------------------------------------------------------------- /doc/man/man1/mgf2rad.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/mgf2rad.1 -------------------------------------------------------------------------------- /doc/man/man1/mkillum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/mkillum.1 -------------------------------------------------------------------------------- /doc/man/man1/mkpmap.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/mkpmap.1 -------------------------------------------------------------------------------- /doc/man/man1/mksource.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/mksource.1 -------------------------------------------------------------------------------- /doc/man/man1/neaten.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/neaten.1 -------------------------------------------------------------------------------- /doc/man/man1/normpat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/normpat.1 -------------------------------------------------------------------------------- /doc/man/man1/normtiff.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/normtiff.1 -------------------------------------------------------------------------------- /doc/man/man1/obj2mesh.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/obj2mesh.1 -------------------------------------------------------------------------------- /doc/man/man1/obj2rad.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/obj2rad.1 -------------------------------------------------------------------------------- /doc/man/man1/objline.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/objline.1 -------------------------------------------------------------------------------- /doc/man/man1/objview.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/objview.1 -------------------------------------------------------------------------------- /doc/man/man1/oconv.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/oconv.1 -------------------------------------------------------------------------------- /doc/man/man1/pcomb.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pcomb.1 -------------------------------------------------------------------------------- /doc/man/man1/pcompos.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pcompos.1 -------------------------------------------------------------------------------- /doc/man/man1/pcond.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pcond.1 -------------------------------------------------------------------------------- /doc/man/man1/pdfblur.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pdfblur.1 -------------------------------------------------------------------------------- /doc/man/man1/pexpand.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pexpand.1 -------------------------------------------------------------------------------- /doc/man/man1/pextrem.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pextrem.1 -------------------------------------------------------------------------------- /doc/man/man1/pfilt.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pfilt.1 -------------------------------------------------------------------------------- /doc/man/man1/pflip.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pflip.1 -------------------------------------------------------------------------------- /doc/man/man1/phisto.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/phisto.1 -------------------------------------------------------------------------------- /doc/man/man1/pinterp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pinterp.1 -------------------------------------------------------------------------------- /doc/man/man1/pkgBSDF.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pkgBSDF.1 -------------------------------------------------------------------------------- /doc/man/man1/plotin.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/plotin.1 -------------------------------------------------------------------------------- /doc/man/man1/pmapdump.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pmapdump.1 -------------------------------------------------------------------------------- /doc/man/man1/pmblur.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pmblur.1 -------------------------------------------------------------------------------- /doc/man/man1/pmblur2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pmblur2.1 -------------------------------------------------------------------------------- /doc/man/man1/pmdblur.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pmdblur.1 -------------------------------------------------------------------------------- /doc/man/man1/protate.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/protate.1 -------------------------------------------------------------------------------- /doc/man/man1/psign.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/psign.1 -------------------------------------------------------------------------------- /doc/man/man1/psketch.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/psketch.1 -------------------------------------------------------------------------------- /doc/man/man1/psmeta.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/psmeta.1 -------------------------------------------------------------------------------- /doc/man/man1/psort.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/psort.1 -------------------------------------------------------------------------------- /doc/man/man1/pvalue.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/pvalue.1 -------------------------------------------------------------------------------- /doc/man/man1/ra_bmp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ra_bmp.1 -------------------------------------------------------------------------------- /doc/man/man1/ra_gif.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ra_gif.1 -------------------------------------------------------------------------------- /doc/man/man1/ra_pict.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ra_pict.1 -------------------------------------------------------------------------------- /doc/man/man1/ra_ppm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ra_ppm.1 -------------------------------------------------------------------------------- /doc/man/man1/ra_ps.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ra_ps.1 -------------------------------------------------------------------------------- /doc/man/man1/ra_rgbe.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ra_rgbe.1 -------------------------------------------------------------------------------- /doc/man/man1/ra_t16.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ra_t16.1 -------------------------------------------------------------------------------- /doc/man/man1/ra_t8.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ra_t8.1 -------------------------------------------------------------------------------- /doc/man/man1/ra_tiff.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ra_tiff.1 -------------------------------------------------------------------------------- /doc/man/man1/ra_xyze.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ra_xyze.1 -------------------------------------------------------------------------------- /doc/man/man1/rad.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rad.1 -------------------------------------------------------------------------------- /doc/man/man1/rad2mgf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rad2mgf.1 -------------------------------------------------------------------------------- /doc/man/man1/ran2tiff.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ran2tiff.1 -------------------------------------------------------------------------------- /doc/man/man1/ranimate.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ranimate.1 -------------------------------------------------------------------------------- /doc/man/man1/ranimove.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ranimove.1 -------------------------------------------------------------------------------- /doc/man/man1/rcalc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rcalc.1 -------------------------------------------------------------------------------- /doc/man/man1/rcollate.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rcollate.1 -------------------------------------------------------------------------------- /doc/man/man1/rcontrib.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rcontrib.1 -------------------------------------------------------------------------------- /doc/man/man1/rfluxmtx.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rfluxmtx.1 -------------------------------------------------------------------------------- /doc/man/man1/rhcopy.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rhcopy.1 -------------------------------------------------------------------------------- /doc/man/man1/rhinfo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rhinfo.1 -------------------------------------------------------------------------------- /doc/man/man1/rholo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rholo.1 -------------------------------------------------------------------------------- /doc/man/man1/rhpict.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rhpict.1 -------------------------------------------------------------------------------- /doc/man/man1/rlam.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rlam.1 -------------------------------------------------------------------------------- /doc/man/man1/rmtxop.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rmtxop.1 -------------------------------------------------------------------------------- /doc/man/man1/rpict.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rpict.1 -------------------------------------------------------------------------------- /doc/man/man1/rpiece.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rpiece.1 -------------------------------------------------------------------------------- /doc/man/man1/rsensor.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rsensor.1 -------------------------------------------------------------------------------- /doc/man/man1/rtpict.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rtpict.1 -------------------------------------------------------------------------------- /doc/man/man1/rtrace.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rtrace.1 -------------------------------------------------------------------------------- /doc/man/man1/rvu.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/rvu.1 -------------------------------------------------------------------------------- /doc/man/man1/tabfunc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/tabfunc.1 -------------------------------------------------------------------------------- /doc/man/man1/total.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/total.1 -------------------------------------------------------------------------------- /doc/man/man1/trad.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/trad.1 -------------------------------------------------------------------------------- /doc/man/man1/ttyimage.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ttyimage.1 -------------------------------------------------------------------------------- /doc/man/man1/vwrays.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/vwrays.1 -------------------------------------------------------------------------------- /doc/man/man1/vwright.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/vwright.1 -------------------------------------------------------------------------------- /doc/man/man1/wrapBSDF.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/wrapBSDF.1 -------------------------------------------------------------------------------- /doc/man/man1/x11meta.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/x11meta.1 -------------------------------------------------------------------------------- /doc/man/man1/xform.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/xform.1 -------------------------------------------------------------------------------- /doc/man/man1/ximage.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man1/ximage.1 -------------------------------------------------------------------------------- /doc/man/man3/meta.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man3/meta.3 -------------------------------------------------------------------------------- /doc/man/man5/metafile.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/man/man5/metafile.5 -------------------------------------------------------------------------------- /doc/materials.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/materials.1 -------------------------------------------------------------------------------- /doc/mkhtmlman.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/mkhtmlman.csh -------------------------------------------------------------------------------- /doc/notes/ReleaseNotes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/notes/ReleaseNotes -------------------------------------------------------------------------------- /doc/notes/filmspeed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/notes/filmspeed -------------------------------------------------------------------------------- /doc/notes/gamma_corr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/notes/gamma_corr -------------------------------------------------------------------------------- /doc/notes/language.BNR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/notes/language.BNR -------------------------------------------------------------------------------- /doc/notes/materials: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/notes/materials -------------------------------------------------------------------------------- /doc/notes/parallel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/notes/parallel.txt -------------------------------------------------------------------------------- /doc/notes/rpict.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/notes/rpict.options -------------------------------------------------------------------------------- /doc/notes/secsrc.note: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/notes/secsrc.note -------------------------------------------------------------------------------- /doc/notes/translators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/notes/translators -------------------------------------------------------------------------------- /doc/pdf/pmap-manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/pdf/pmap-manual.pdf -------------------------------------------------------------------------------- /doc/ray.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/ray.1 -------------------------------------------------------------------------------- /doc/ray.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/doc/ray.html -------------------------------------------------------------------------------- /installib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/installib -------------------------------------------------------------------------------- /makeall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/makeall -------------------------------------------------------------------------------- /noX11.help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/noX11.help -------------------------------------------------------------------------------- /platform/Darwin_32.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/Darwin_32.cfg -------------------------------------------------------------------------------- /platform/Darwin_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/Darwin_64.cfg -------------------------------------------------------------------------------- /platform/FreeBSD_32.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/FreeBSD_32.cfg -------------------------------------------------------------------------------- /platform/FreeBSD_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/FreeBSD_64.cfg -------------------------------------------------------------------------------- /platform/Linux_32.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/Linux_32.cfg -------------------------------------------------------------------------------- /platform/Linux_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/Linux_64.cfg -------------------------------------------------------------------------------- /platform/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/README -------------------------------------------------------------------------------- /platform/Windows_32.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/Windows_32.cfg -------------------------------------------------------------------------------- /platform/Windows_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/Windows_64.cfg -------------------------------------------------------------------------------- /platform/darwin.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/darwin.cfg -------------------------------------------------------------------------------- /platform/freebsd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/freebsd.cfg -------------------------------------------------------------------------------- /platform/linux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/linux.cfg -------------------------------------------------------------------------------- /platform/mingw.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/mingw.cfg -------------------------------------------------------------------------------- /platform/mingw_32.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/mingw_32.cfg -------------------------------------------------------------------------------- /platform/posix.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/posix.cfg -------------------------------------------------------------------------------- /platform/posix_32.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/posix_32.cfg -------------------------------------------------------------------------------- /platform/posix_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/posix_64.cfg -------------------------------------------------------------------------------- /platform/win32.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/platform/win32.cfg -------------------------------------------------------------------------------- /scons.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/scons.bat -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/cal/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/CMakeLists.txt -------------------------------------------------------------------------------- /src/cal/Rmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/Rmakefile -------------------------------------------------------------------------------- /src/cal/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/SConscript -------------------------------------------------------------------------------- /src/cal/cal/WGMDiso.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/WGMDiso.cal -------------------------------------------------------------------------------- /src/cal/cal/bezier2.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/bezier2.cal -------------------------------------------------------------------------------- /src/cal/cal/blinds.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/blinds.cal -------------------------------------------------------------------------------- /src/cal/cal/cct.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/cct.cal -------------------------------------------------------------------------------- /src/cal/cal/cielab.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/cielab.cal -------------------------------------------------------------------------------- /src/cal/cal/cieluv.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/cieluv.cal -------------------------------------------------------------------------------- /src/cal/cal/cieresp.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/cieresp.cal -------------------------------------------------------------------------------- /src/cal/cal/circle.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/circle.cal -------------------------------------------------------------------------------- /src/cal/cal/clamp.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/clamp.cal -------------------------------------------------------------------------------- /src/cal/cal/clouds.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/clouds.cal -------------------------------------------------------------------------------- /src/cal/cal/cmat.fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/cmat.fmt -------------------------------------------------------------------------------- /src/cal/cal/color.fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/color.fmt -------------------------------------------------------------------------------- /src/cal/cal/conv1.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/conv1.cal -------------------------------------------------------------------------------- /src/cal/cal/conv2.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/conv2.cal -------------------------------------------------------------------------------- /src/cal/cal/cri.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/cri.cal -------------------------------------------------------------------------------- /src/cal/cal/cubic.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/cubic.cal -------------------------------------------------------------------------------- /src/cal/cal/denom.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/denom.cal -------------------------------------------------------------------------------- /src/cal/cal/errfile.fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/errfile.fmt -------------------------------------------------------------------------------- /src/cal/cal/filt.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/filt.cal -------------------------------------------------------------------------------- /src/cal/cal/fitSH.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/fitSH.cal -------------------------------------------------------------------------------- /src/cal/cal/fog.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/fog.cal -------------------------------------------------------------------------------- /src/cal/cal/gauss.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/gauss.cal -------------------------------------------------------------------------------- /src/cal/cal/gaussian.cal: -------------------------------------------------------------------------------- 1 | { 2 | Kernel for Gaussian filter 3 | } 4 | kern(x,y) : exp(-(x*x+y*y)/.25); 5 | -------------------------------------------------------------------------------- /src/cal/cal/genSH.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/genSH.cal -------------------------------------------------------------------------------- /src/cal/cal/hermite.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/hermite.cal -------------------------------------------------------------------------------- /src/cal/cal/illum.fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/illum.fmt -------------------------------------------------------------------------------- /src/cal/cal/lumdist.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/lumdist.cal -------------------------------------------------------------------------------- /src/cal/cal/macbeth.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/macbeth.cal -------------------------------------------------------------------------------- /src/cal/cal/mat3.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/mat3.cal -------------------------------------------------------------------------------- /src/cal/cal/metals.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/metals.cal -------------------------------------------------------------------------------- /src/cal/cal/noise.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/noise.cal -------------------------------------------------------------------------------- /src/cal/cal/noise2.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/noise2.cal -------------------------------------------------------------------------------- /src/cal/cal/noise3.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/noise3.cal -------------------------------------------------------------------------------- /src/cal/cal/norm.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/norm.cal -------------------------------------------------------------------------------- /src/cal/cal/patch3w.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/patch3w.cal -------------------------------------------------------------------------------- /src/cal/cal/picdiff.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/picdiff.cal -------------------------------------------------------------------------------- /src/cal/cal/reinsrc.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/reinsrc.cal -------------------------------------------------------------------------------- /src/cal/cal/rgb.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/rgb.cal -------------------------------------------------------------------------------- /src/cal/cal/rgb_ycc.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/rgb_ycc.cal -------------------------------------------------------------------------------- /src/cal/cal/root.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/root.cal -------------------------------------------------------------------------------- /src/cal/cal/rskysrc.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/rskysrc.cal -------------------------------------------------------------------------------- /src/cal/cal/screen.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/screen.cal -------------------------------------------------------------------------------- /src/cal/cal/sf.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/sf.cal -------------------------------------------------------------------------------- /src/cal/cal/spharm.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/spharm.cal -------------------------------------------------------------------------------- /src/cal/cal/sun.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/sun.cal -------------------------------------------------------------------------------- /src/cal/cal/trans.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/trans.cal -------------------------------------------------------------------------------- /src/cal/cal/trix.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/trix.dat -------------------------------------------------------------------------------- /src/cal/cal/triy.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/triy.dat -------------------------------------------------------------------------------- /src/cal/cal/triz.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/triz.dat -------------------------------------------------------------------------------- /src/cal/cal/veil.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/veil.cal -------------------------------------------------------------------------------- /src/cal/cal/view.fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/view.fmt -------------------------------------------------------------------------------- /src/cal/cal/vl.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cal/vl.cal -------------------------------------------------------------------------------- /src/cal/calc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/calc.c -------------------------------------------------------------------------------- /src/cal/cnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/cnt.c -------------------------------------------------------------------------------- /src/cal/ev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/ev.c -------------------------------------------------------------------------------- /src/cal/histo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/histo.c -------------------------------------------------------------------------------- /src/cal/lam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/lam.c -------------------------------------------------------------------------------- /src/cal/neat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/neat.c -------------------------------------------------------------------------------- /src/cal/rcalc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/rcalc.c -------------------------------------------------------------------------------- /src/cal/tabfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/tabfunc.c -------------------------------------------------------------------------------- /src/cal/total.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cal/total.c -------------------------------------------------------------------------------- /src/common/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/README -------------------------------------------------------------------------------- /src/common/Rmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/Rmakefile -------------------------------------------------------------------------------- /src/common/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/SConscript -------------------------------------------------------------------------------- /src/common/badarg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/badarg.c -------------------------------------------------------------------------------- /src/common/bmalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/bmalloc.c -------------------------------------------------------------------------------- /src/common/bmpfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/bmpfile.c -------------------------------------------------------------------------------- /src/common/bmpfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/bmpfile.h -------------------------------------------------------------------------------- /src/common/bsdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/bsdf.c -------------------------------------------------------------------------------- /src/common/bsdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/bsdf.h -------------------------------------------------------------------------------- /src/common/bsdf_m.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/bsdf_m.c -------------------------------------------------------------------------------- /src/common/bsdf_m.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/bsdf_m.h -------------------------------------------------------------------------------- /src/common/bsdf_t.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/bsdf_t.c -------------------------------------------------------------------------------- /src/common/bsdf_t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/bsdf_t.h -------------------------------------------------------------------------------- /src/common/byteswap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/byteswap.c -------------------------------------------------------------------------------- /src/common/calcomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/calcomp.h -------------------------------------------------------------------------------- /src/common/caldefn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/caldefn.c -------------------------------------------------------------------------------- /src/common/calexpr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/calexpr.c -------------------------------------------------------------------------------- /src/common/calfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/calfunc.c -------------------------------------------------------------------------------- /src/common/calprnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/calprnt.c -------------------------------------------------------------------------------- /src/common/ccolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/ccolor.c -------------------------------------------------------------------------------- /src/common/ccolor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/ccolor.h -------------------------------------------------------------------------------- /src/common/ccyrgb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/ccyrgb.c -------------------------------------------------------------------------------- /src/common/clip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/clip.c -------------------------------------------------------------------------------- /src/common/color.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/color.c -------------------------------------------------------------------------------- /src/common/color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/color.h -------------------------------------------------------------------------------- /src/common/colrops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/colrops.c -------------------------------------------------------------------------------- /src/common/cone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/cone.c -------------------------------------------------------------------------------- /src/common/cone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/cone.h -------------------------------------------------------------------------------- /src/common/cvtcmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/cvtcmd.c -------------------------------------------------------------------------------- /src/common/dircode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/dircode.c -------------------------------------------------------------------------------- /src/common/ealloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/ealloc.c -------------------------------------------------------------------------------- /src/common/eputs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/eputs.c -------------------------------------------------------------------------------- /src/common/erf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/erf.c -------------------------------------------------------------------------------- /src/common/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/error.c -------------------------------------------------------------------------------- /src/common/ezxml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/ezxml.c -------------------------------------------------------------------------------- /src/common/ezxml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/ezxml.h -------------------------------------------------------------------------------- /src/common/face.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/face.c -------------------------------------------------------------------------------- /src/common/face.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/face.h -------------------------------------------------------------------------------- /src/common/fdate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/fdate.c -------------------------------------------------------------------------------- /src/common/fgetline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/fgetline.c -------------------------------------------------------------------------------- /src/common/fgetval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/fgetval.c -------------------------------------------------------------------------------- /src/common/fgetword.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/fgetword.c -------------------------------------------------------------------------------- /src/common/fixargv0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/fixargv0.c -------------------------------------------------------------------------------- /src/common/font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/font.c -------------------------------------------------------------------------------- /src/common/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/font.h -------------------------------------------------------------------------------- /src/common/fputword.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/fputword.c -------------------------------------------------------------------------------- /src/common/free_os.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/free_os.c -------------------------------------------------------------------------------- /src/common/fropen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/fropen.c -------------------------------------------------------------------------------- /src/common/fvect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/fvect.c -------------------------------------------------------------------------------- /src/common/fvect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/fvect.h -------------------------------------------------------------------------------- /src/common/g3affine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/g3affine.c -------------------------------------------------------------------------------- /src/common/g3affine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/g3affine.h -------------------------------------------------------------------------------- /src/common/g3flist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/g3flist.c -------------------------------------------------------------------------------- /src/common/g3flist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/g3flist.h -------------------------------------------------------------------------------- /src/common/g3list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/g3list.h -------------------------------------------------------------------------------- /src/common/g3nlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/g3nlist.h -------------------------------------------------------------------------------- /src/common/g3sphere.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/g3sphere.c -------------------------------------------------------------------------------- /src/common/g3sphere.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/g3sphere.h -------------------------------------------------------------------------------- /src/common/g3vector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/g3vector.c -------------------------------------------------------------------------------- /src/common/g3vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/g3vector.h -------------------------------------------------------------------------------- /src/common/gbasic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/gbasic.c -------------------------------------------------------------------------------- /src/common/gbasic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/gbasic.h -------------------------------------------------------------------------------- /src/common/getpath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/getpath.c -------------------------------------------------------------------------------- /src/common/header.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/header.c -------------------------------------------------------------------------------- /src/common/hilbert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/hilbert.c -------------------------------------------------------------------------------- /src/common/hilbert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/hilbert.h -------------------------------------------------------------------------------- /src/common/image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/image.c -------------------------------------------------------------------------------- /src/common/instance.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/instance.c -------------------------------------------------------------------------------- /src/common/instance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/instance.h -------------------------------------------------------------------------------- /src/common/interp2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/interp2d.c -------------------------------------------------------------------------------- /src/common/interp2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/interp2d.h -------------------------------------------------------------------------------- /src/common/invmat4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/invmat4.c -------------------------------------------------------------------------------- /src/common/lamps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/lamps.c -------------------------------------------------------------------------------- /src/common/linregr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/linregr.c -------------------------------------------------------------------------------- /src/common/linregr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/linregr.h -------------------------------------------------------------------------------- /src/common/loadbsdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/loadbsdf.c -------------------------------------------------------------------------------- /src/common/loadvars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/loadvars.c -------------------------------------------------------------------------------- /src/common/lookup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/lookup.c -------------------------------------------------------------------------------- /src/common/lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/lookup.h -------------------------------------------------------------------------------- /src/common/mat4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/mat4.c -------------------------------------------------------------------------------- /src/common/mat4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/mat4.h -------------------------------------------------------------------------------- /src/common/maxheap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/maxheap.c -------------------------------------------------------------------------------- /src/common/maxheap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/maxheap.h -------------------------------------------------------------------------------- /src/common/mesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/mesh.c -------------------------------------------------------------------------------- /src/common/mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/mesh.h -------------------------------------------------------------------------------- /src/common/mgf_mesg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/mgf_mesg.h -------------------------------------------------------------------------------- /src/common/mgf_xf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/mgf_xf.c -------------------------------------------------------------------------------- /src/common/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/object.h -------------------------------------------------------------------------------- /src/common/objset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/objset.c -------------------------------------------------------------------------------- /src/common/octree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/octree.c -------------------------------------------------------------------------------- /src/common/octree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/octree.h -------------------------------------------------------------------------------- /src/common/otypes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/otypes.c -------------------------------------------------------------------------------- /src/common/otypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/otypes.h -------------------------------------------------------------------------------- /src/common/paths.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/paths.c -------------------------------------------------------------------------------- /src/common/paths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/paths.h -------------------------------------------------------------------------------- /src/common/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/platform.h -------------------------------------------------------------------------------- /src/common/plocate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/plocate.c -------------------------------------------------------------------------------- /src/common/plocate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/plocate.h -------------------------------------------------------------------------------- /src/common/portio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/portio.c -------------------------------------------------------------------------------- /src/common/process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/process.c -------------------------------------------------------------------------------- /src/common/pyradlib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/common/quit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/quit.c -------------------------------------------------------------------------------- /src/common/radogl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/radogl.h -------------------------------------------------------------------------------- /src/common/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/random.h -------------------------------------------------------------------------------- /src/common/readmesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/readmesh.c -------------------------------------------------------------------------------- /src/common/readobj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/readobj.c -------------------------------------------------------------------------------- /src/common/readoct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/readoct.c -------------------------------------------------------------------------------- /src/common/resolu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/resolu.c -------------------------------------------------------------------------------- /src/common/resolu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/resolu.h -------------------------------------------------------------------------------- /src/common/rexpr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rexpr.c -------------------------------------------------------------------------------- /src/common/rgldomat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rgldomat.c -------------------------------------------------------------------------------- /src/common/rglfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rglfile.c -------------------------------------------------------------------------------- /src/common/rglinst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rglinst.c -------------------------------------------------------------------------------- /src/common/rglmat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rglmat.c -------------------------------------------------------------------------------- /src/common/rglsrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rglsrc.c -------------------------------------------------------------------------------- /src/common/rglsurf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rglsurf.c -------------------------------------------------------------------------------- /src/common/rterror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rterror.h -------------------------------------------------------------------------------- /src/common/rtio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rtio.h -------------------------------------------------------------------------------- /src/common/rtmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rtmath.h -------------------------------------------------------------------------------- /src/common/rtmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/rtmisc.h -------------------------------------------------------------------------------- /src/common/savestr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/savestr.c -------------------------------------------------------------------------------- /src/common/savqstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/savqstr.c -------------------------------------------------------------------------------- /src/common/sceneio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/sceneio.c -------------------------------------------------------------------------------- /src/common/selcall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/selcall.h -------------------------------------------------------------------------------- /src/common/spec_rgb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/spec_rgb.c -------------------------------------------------------------------------------- /src/common/standard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/standard.h -------------------------------------------------------------------------------- /src/common/strcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/strcmp.c -------------------------------------------------------------------------------- /src/common/strlcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/strlcpy.c -------------------------------------------------------------------------------- /src/common/targa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/targa.h -------------------------------------------------------------------------------- /src/common/tcos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tcos.c -------------------------------------------------------------------------------- /src/common/testBSDF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/testBSDF.c -------------------------------------------------------------------------------- /src/common/tiff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tiff.h -------------------------------------------------------------------------------- /src/common/tiffio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tiffio.h -------------------------------------------------------------------------------- /src/common/tiffvers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tiffvers.h -------------------------------------------------------------------------------- /src/common/timegm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/timegm.c -------------------------------------------------------------------------------- /src/common/tmapluv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tmapluv.c -------------------------------------------------------------------------------- /src/common/tmaptiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tmaptiff.c -------------------------------------------------------------------------------- /src/common/tmaptiff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tmaptiff.h -------------------------------------------------------------------------------- /src/common/tmerrmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tmerrmsg.h -------------------------------------------------------------------------------- /src/common/tmesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tmesh.c -------------------------------------------------------------------------------- /src/common/tmesh.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tmesh.cal -------------------------------------------------------------------------------- /src/common/tmesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tmesh.h -------------------------------------------------------------------------------- /src/common/tmprivat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tmprivat.h -------------------------------------------------------------------------------- /src/common/tonemap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tonemap.c -------------------------------------------------------------------------------- /src/common/tonemap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/tonemap.h -------------------------------------------------------------------------------- /src/common/urand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/urand.c -------------------------------------------------------------------------------- /src/common/urind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/urind.c -------------------------------------------------------------------------------- /src/common/vars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/vars.h -------------------------------------------------------------------------------- /src/common/view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/view.h -------------------------------------------------------------------------------- /src/common/wordfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/wordfile.c -------------------------------------------------------------------------------- /src/common/words.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/words.c -------------------------------------------------------------------------------- /src/common/wputs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/wputs.c -------------------------------------------------------------------------------- /src/common/xf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/xf.c -------------------------------------------------------------------------------- /src/common/zeroes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/common/zeroes.c -------------------------------------------------------------------------------- /src/cv/3ds2mgf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/3ds2mgf.c -------------------------------------------------------------------------------- /src/cv/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/CMakeLists.txt -------------------------------------------------------------------------------- /src/cv/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/README -------------------------------------------------------------------------------- /src/cv/Rmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/Rmakefile -------------------------------------------------------------------------------- /src/cv/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/SConscript -------------------------------------------------------------------------------- /src/cv/arch2rad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/arch2rad.c -------------------------------------------------------------------------------- /src/cv/bsdf2klems.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdf2klems.c -------------------------------------------------------------------------------- /src/cv/bsdf2rad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdf2rad.c -------------------------------------------------------------------------------- /src/cv/bsdf2rad.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdf2rad.cal -------------------------------------------------------------------------------- /src/cv/bsdf2rado.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdf2rado.c -------------------------------------------------------------------------------- /src/cv/bsdf2ttree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdf2ttree.c -------------------------------------------------------------------------------- /src/cv/bsdfinterp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdfinterp.c -------------------------------------------------------------------------------- /src/cv/bsdfmesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdfmesh.c -------------------------------------------------------------------------------- /src/cv/bsdfquery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdfquery.c -------------------------------------------------------------------------------- /src/cv/bsdfrbf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdfrbf.c -------------------------------------------------------------------------------- /src/cv/bsdfrep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdfrep.c -------------------------------------------------------------------------------- /src/cv/bsdfrep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdfrep.h -------------------------------------------------------------------------------- /src/cv/bsdftrans.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/bsdftrans.cpp -------------------------------------------------------------------------------- /src/cv/epw2wea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/epw2wea.c -------------------------------------------------------------------------------- /src/cv/ies2rad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/ies2rad.c -------------------------------------------------------------------------------- /src/cv/lamp.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/lamp.tab -------------------------------------------------------------------------------- /src/cv/lampcolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/lampcolor.c -------------------------------------------------------------------------------- /src/cv/mgf2inv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/mgf2inv.c -------------------------------------------------------------------------------- /src/cv/mgf2meta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/mgf2meta.c -------------------------------------------------------------------------------- /src/cv/mgf2rad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/mgf2rad.c -------------------------------------------------------------------------------- /src/cv/mgfilt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/mgfilt.c -------------------------------------------------------------------------------- /src/cv/mgflib/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/mgflib/CHANGES -------------------------------------------------------------------------------- /src/cv/mgflib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/mgflib/README -------------------------------------------------------------------------------- /src/cv/nff2rad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/nff2rad.c -------------------------------------------------------------------------------- /src/cv/obj2rad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/obj2rad.c -------------------------------------------------------------------------------- /src/cv/optics2rad.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/optics2rad.csh -------------------------------------------------------------------------------- /src/cv/optics2rad.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/optics2rad.pl -------------------------------------------------------------------------------- /src/cv/pabopto2bsdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/pabopto2bsdf.c -------------------------------------------------------------------------------- /src/cv/pabopto2xyz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/pabopto2xyz.c -------------------------------------------------------------------------------- /src/cv/pkgBSDF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/pkgBSDF.c -------------------------------------------------------------------------------- /src/cv/rad2mgf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/rad2mgf.c -------------------------------------------------------------------------------- /src/cv/rayopt3ds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/rayopt3ds.c -------------------------------------------------------------------------------- /src/cv/rayopt3ds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/rayopt3ds.h -------------------------------------------------------------------------------- /src/cv/source.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/source.cal -------------------------------------------------------------------------------- /src/cv/tilt.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/tilt.cal -------------------------------------------------------------------------------- /src/cv/tmesh2rad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/tmesh2rad.c -------------------------------------------------------------------------------- /src/cv/trans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/trans.c -------------------------------------------------------------------------------- /src/cv/trans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/trans.h -------------------------------------------------------------------------------- /src/cv/vect3ds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/vect3ds.c -------------------------------------------------------------------------------- /src/cv/vect3ds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/vect3ds.h -------------------------------------------------------------------------------- /src/cv/window.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/cv/window.cal -------------------------------------------------------------------------------- /src/daysim/cSun.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/cSun.cpp -------------------------------------------------------------------------------- /src/daysim/cSun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/cSun.h -------------------------------------------------------------------------------- /src/daysim/ds_illum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/ds_illum.c -------------------------------------------------------------------------------- /src/daysim/ds_illum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/ds_illum.h -------------------------------------------------------------------------------- /src/daysim/fropen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/fropen.c -------------------------------------------------------------------------------- /src/daysim/fropen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/fropen.h -------------------------------------------------------------------------------- /src/daysim/gen_dc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/gen_dc.c -------------------------------------------------------------------------------- /src/daysim/nrutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/nrutil.c -------------------------------------------------------------------------------- /src/daysim/nrutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/nrutil.h -------------------------------------------------------------------------------- /src/daysim/occ_func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/occ_func.c -------------------------------------------------------------------------------- /src/daysim/occ_func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/occ_func.h -------------------------------------------------------------------------------- /src/daysim/parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/parse.c -------------------------------------------------------------------------------- /src/daysim/parse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/parse.h -------------------------------------------------------------------------------- /src/daysim/read_in.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/read_in.c -------------------------------------------------------------------------------- /src/daysim/read_in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/read_in.h -------------------------------------------------------------------------------- /src/daysim/scale_dc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/scale_dc.c -------------------------------------------------------------------------------- /src/daysim/sun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/sun.c -------------------------------------------------------------------------------- /src/daysim/sun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/sun.h -------------------------------------------------------------------------------- /src/daysim/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/daysim/version.h -------------------------------------------------------------------------------- /src/gen/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/README -------------------------------------------------------------------------------- /src/gen/Rmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/Rmakefile -------------------------------------------------------------------------------- /src/gen/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/SConscript -------------------------------------------------------------------------------- /src/gen/clockface.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/clockface.hex -------------------------------------------------------------------------------- /src/gen/genbackg.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genbackg.csh -------------------------------------------------------------------------------- /src/gen/genbeads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genbeads.c -------------------------------------------------------------------------------- /src/gen/genblinds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genblinds.c -------------------------------------------------------------------------------- /src/gen/genbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genbox.c -------------------------------------------------------------------------------- /src/gen/genbranch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genbranch.c -------------------------------------------------------------------------------- /src/gen/gencat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/gencat.c -------------------------------------------------------------------------------- /src/gen/genclock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genclock.c -------------------------------------------------------------------------------- /src/gen/gendaylit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/gendaylit.c -------------------------------------------------------------------------------- /src/gen/gendaymtx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/gendaymtx.c -------------------------------------------------------------------------------- /src/gen/genmarble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genmarble.c -------------------------------------------------------------------------------- /src/gen/genpine.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genpine.csh -------------------------------------------------------------------------------- /src/gen/genprism.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genprism.c -------------------------------------------------------------------------------- /src/gen/genrev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genrev.c -------------------------------------------------------------------------------- /src/gen/gensky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/gensky.c -------------------------------------------------------------------------------- /src/gen/gensurf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/gensurf.c -------------------------------------------------------------------------------- /src/gen/genwindow.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genwindow.csh -------------------------------------------------------------------------------- /src/gen/genworm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/genworm.c -------------------------------------------------------------------------------- /src/gen/glaze.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/glaze.csh -------------------------------------------------------------------------------- /src/gen/glaze1.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/glaze1.cal -------------------------------------------------------------------------------- /src/gen/glaze2.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/glaze2.cal -------------------------------------------------------------------------------- /src/gen/hermite3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/hermite3.c -------------------------------------------------------------------------------- /src/gen/illum.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/illum.cal -------------------------------------------------------------------------------- /src/gen/markpath.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/markpath.csh -------------------------------------------------------------------------------- /src/gen/mkillum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/mkillum.c -------------------------------------------------------------------------------- /src/gen/mkillum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/mkillum.h -------------------------------------------------------------------------------- /src/gen/mkillum2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/mkillum2.c -------------------------------------------------------------------------------- /src/gen/mkillum3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/mkillum3.c -------------------------------------------------------------------------------- /src/gen/mksource.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/mksource.c -------------------------------------------------------------------------------- /src/gen/needle.fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/needle.fmt -------------------------------------------------------------------------------- /src/gen/perezlum.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/perezlum.cal -------------------------------------------------------------------------------- /src/gen/replmarks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/replmarks.c -------------------------------------------------------------------------------- /src/gen/rev.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/rev.cal -------------------------------------------------------------------------------- /src/gen/skybright.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/skybright.cal -------------------------------------------------------------------------------- /src/gen/sun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/sun.c -------------------------------------------------------------------------------- /src/gen/sun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/sun.h -------------------------------------------------------------------------------- /src/gen/surf.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/surf.cal -------------------------------------------------------------------------------- /src/gen/xform.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/gen/xform.c -------------------------------------------------------------------------------- /src/hd/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/CMakeLists.txt -------------------------------------------------------------------------------- /src/hd/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/README -------------------------------------------------------------------------------- /src/hd/Rmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/Rmakefile -------------------------------------------------------------------------------- /src/hd/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/SConscript -------------------------------------------------------------------------------- /src/hd/clumpbeams.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/clumpbeams.c -------------------------------------------------------------------------------- /src/hd/genrhgrid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/genrhgrid.c -------------------------------------------------------------------------------- /src/hd/holo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/holo.c -------------------------------------------------------------------------------- /src/hd/holo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/holo.h -------------------------------------------------------------------------------- /src/hd/holofile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/holofile.c -------------------------------------------------------------------------------- /src/hd/rhcopy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhcopy.c -------------------------------------------------------------------------------- /src/hd/rhd_ctab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_ctab.c -------------------------------------------------------------------------------- /src/hd/rhd_geom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_geom.c -------------------------------------------------------------------------------- /src/hd/rhd_glx1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_glx1.c -------------------------------------------------------------------------------- /src/hd/rhd_odraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_odraw.c -------------------------------------------------------------------------------- /src/hd/rhd_odraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_odraw.h -------------------------------------------------------------------------------- /src/hd/rhd_ogl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_ogl.c -------------------------------------------------------------------------------- /src/hd/rhd_qtree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_qtree.c -------------------------------------------------------------------------------- /src/hd/rhd_qtree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_qtree.h -------------------------------------------------------------------------------- /src/hd/rhd_qtree2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_qtree2c.c -------------------------------------------------------------------------------- /src/hd/rhd_qtree2r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_qtree2r.c -------------------------------------------------------------------------------- /src/hd/rhd_x11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhd_x11.c -------------------------------------------------------------------------------- /src/hd/rhdisp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhdisp.c -------------------------------------------------------------------------------- /src/hd/rhdisp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhdisp.h -------------------------------------------------------------------------------- /src/hd/rhdisp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhdisp2.c -------------------------------------------------------------------------------- /src/hd/rhdisp3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhdisp3.c -------------------------------------------------------------------------------- /src/hd/rhdobj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhdobj.c -------------------------------------------------------------------------------- /src/hd/rhdobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhdobj.h -------------------------------------------------------------------------------- /src/hd/rhdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhdriver.h -------------------------------------------------------------------------------- /src/hd/rhinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhinfo.c -------------------------------------------------------------------------------- /src/hd/rholo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rholo.c -------------------------------------------------------------------------------- /src/hd/rholo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rholo.h -------------------------------------------------------------------------------- /src/hd/rholo2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rholo2.c -------------------------------------------------------------------------------- /src/hd/rholo2l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rholo2l.c -------------------------------------------------------------------------------- /src/hd/rholo3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rholo3.c -------------------------------------------------------------------------------- /src/hd/rholo4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rholo4.c -------------------------------------------------------------------------------- /src/hd/rhoptimize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhoptimize.c -------------------------------------------------------------------------------- /src/hd/rhpict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhpict.c -------------------------------------------------------------------------------- /src/hd/rhpict2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/rhpict2.c -------------------------------------------------------------------------------- /src/hd/viewbeams.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/viewbeams.c -------------------------------------------------------------------------------- /src/hd/x11icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/hd/x11icon.h -------------------------------------------------------------------------------- /src/meta/Rmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/Rmakefile -------------------------------------------------------------------------------- /src/meta/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/SConscript -------------------------------------------------------------------------------- /src/meta/bgraph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/bgraph.c -------------------------------------------------------------------------------- /src/meta/boxw.plt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/boxw.plt -------------------------------------------------------------------------------- /src/meta/cgraph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/cgraph.c -------------------------------------------------------------------------------- /src/meta/curve.plt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/curve.plt -------------------------------------------------------------------------------- /src/meta/cv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/cv.c -------------------------------------------------------------------------------- /src/meta/cvhfio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/cvhfio.c -------------------------------------------------------------------------------- /src/meta/dgraph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/dgraph.c -------------------------------------------------------------------------------- /src/meta/expand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/expand.c -------------------------------------------------------------------------------- /src/meta/function.plt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/function.plt -------------------------------------------------------------------------------- /src/meta/gcalc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/gcalc.c -------------------------------------------------------------------------------- /src/meta/gcomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/gcomp.c -------------------------------------------------------------------------------- /src/meta/hfio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/hfio.c -------------------------------------------------------------------------------- /src/meta/igraph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/igraph.c -------------------------------------------------------------------------------- /src/meta/line.plt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/line.plt -------------------------------------------------------------------------------- /src/meta/meta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/meta.h -------------------------------------------------------------------------------- /src/meta/meta2bmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/meta2bmp.c -------------------------------------------------------------------------------- /src/meta/meta2tga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/meta2tga.c -------------------------------------------------------------------------------- /src/meta/metacalls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/metacalls.c -------------------------------------------------------------------------------- /src/meta/mfio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/mfio.c -------------------------------------------------------------------------------- /src/meta/mgraph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/mgraph.c -------------------------------------------------------------------------------- /src/meta/mgraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/mgraph.h -------------------------------------------------------------------------------- /src/meta/mgvars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/mgvars.c -------------------------------------------------------------------------------- /src/meta/mgvars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/mgvars.h -------------------------------------------------------------------------------- /src/meta/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/misc.c -------------------------------------------------------------------------------- /src/meta/mplot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/mplot.c -------------------------------------------------------------------------------- /src/meta/mtext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/mtext.c -------------------------------------------------------------------------------- /src/meta/palloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/palloc.c -------------------------------------------------------------------------------- /src/meta/pexpand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/pexpand.c -------------------------------------------------------------------------------- /src/meta/plot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/plot.c -------------------------------------------------------------------------------- /src/meta/plot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/plot.h -------------------------------------------------------------------------------- /src/meta/plot4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/plot4.c -------------------------------------------------------------------------------- /src/meta/plotin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/plotin.c -------------------------------------------------------------------------------- /src/meta/polar.plt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/polar.plt -------------------------------------------------------------------------------- /src/meta/primout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/primout.c -------------------------------------------------------------------------------- /src/meta/progname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/progname.c -------------------------------------------------------------------------------- /src/meta/psmeta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/psmeta.c -------------------------------------------------------------------------------- /src/meta/psort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/psort.c -------------------------------------------------------------------------------- /src/meta/psplot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/psplot.c -------------------------------------------------------------------------------- /src/meta/psplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/psplot.h -------------------------------------------------------------------------------- /src/meta/rast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/rast.h -------------------------------------------------------------------------------- /src/meta/rplot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/rplot.c -------------------------------------------------------------------------------- /src/meta/scatter.plt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/scatter.plt -------------------------------------------------------------------------------- /src/meta/segment.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/segment.c -------------------------------------------------------------------------------- /src/meta/sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/sort.c -------------------------------------------------------------------------------- /src/meta/standard.plt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/standard.plt -------------------------------------------------------------------------------- /src/meta/symbols.met: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/symbols.met -------------------------------------------------------------------------------- /src/meta/syscalls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/syscalls.c -------------------------------------------------------------------------------- /src/meta/targa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/targa.h -------------------------------------------------------------------------------- /src/meta/vchars.met: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/vchars.met -------------------------------------------------------------------------------- /src/meta/x11plot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/x11plot.c -------------------------------------------------------------------------------- /src/meta/xmeta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/meta/xmeta.c -------------------------------------------------------------------------------- /src/ot/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/CMakeLists.txt -------------------------------------------------------------------------------- /src/ot/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/README -------------------------------------------------------------------------------- /src/ot/Rmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/Rmakefile -------------------------------------------------------------------------------- /src/ot/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/SConscript -------------------------------------------------------------------------------- /src/ot/bbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/bbox.c -------------------------------------------------------------------------------- /src/ot/cvmesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/cvmesh.c -------------------------------------------------------------------------------- /src/ot/cvmesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/cvmesh.h -------------------------------------------------------------------------------- /src/ot/getbbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/getbbox.c -------------------------------------------------------------------------------- /src/ot/init2otypes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/init2otypes.c -------------------------------------------------------------------------------- /src/ot/initotypes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/initotypes.c -------------------------------------------------------------------------------- /src/ot/o_cone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/o_cone.c -------------------------------------------------------------------------------- /src/ot/o_face.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/o_face.c -------------------------------------------------------------------------------- /src/ot/o_instance.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/o_instance.c -------------------------------------------------------------------------------- /src/ot/obj2mesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/obj2mesh.c -------------------------------------------------------------------------------- /src/ot/oconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/oconv.c -------------------------------------------------------------------------------- /src/ot/oconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/oconv.h -------------------------------------------------------------------------------- /src/ot/readobj2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/readobj2.c -------------------------------------------------------------------------------- /src/ot/sphere.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/sphere.c -------------------------------------------------------------------------------- /src/ot/wfconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/wfconv.c -------------------------------------------------------------------------------- /src/ot/writemesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/writemesh.c -------------------------------------------------------------------------------- /src/ot/writeoct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/ot/writeoct.c -------------------------------------------------------------------------------- /src/px/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/CMakeLists.txt -------------------------------------------------------------------------------- /src/px/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/README -------------------------------------------------------------------------------- /src/px/Rmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/Rmakefile -------------------------------------------------------------------------------- /src/px/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/SConscript -------------------------------------------------------------------------------- /src/px/clrtab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/clrtab.c -------------------------------------------------------------------------------- /src/px/clrtab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/clrtab.h -------------------------------------------------------------------------------- /src/px/falsecolor.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/falsecolor.pl -------------------------------------------------------------------------------- /src/px/macbethcal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/macbethcal.c -------------------------------------------------------------------------------- /src/px/mx3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/mx3.c -------------------------------------------------------------------------------- /src/px/mx3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/mx3.h -------------------------------------------------------------------------------- /src/px/neuclrtab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/neuclrtab.c -------------------------------------------------------------------------------- /src/px/normpat.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/normpat.csh -------------------------------------------------------------------------------- /src/px/normtiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/normtiff.c -------------------------------------------------------------------------------- /src/px/pacuity.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pacuity.csh -------------------------------------------------------------------------------- /src/px/pbilat.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pbilat.csh -------------------------------------------------------------------------------- /src/px/pcomb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pcomb.c -------------------------------------------------------------------------------- /src/px/pcompos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pcompos.c -------------------------------------------------------------------------------- /src/px/pcond.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pcond.c -------------------------------------------------------------------------------- /src/px/pcond.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pcond.h -------------------------------------------------------------------------------- /src/px/pcond2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pcond2.c -------------------------------------------------------------------------------- /src/px/pcond3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pcond3.c -------------------------------------------------------------------------------- /src/px/pcond4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pcond4.c -------------------------------------------------------------------------------- /src/px/pcwarp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pcwarp.c -------------------------------------------------------------------------------- /src/px/pdelta.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pdelta.csh -------------------------------------------------------------------------------- /src/px/pdfblur.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pdfblur.csh -------------------------------------------------------------------------------- /src/px/pextrem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pextrem.c -------------------------------------------------------------------------------- /src/px/pf2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pf2.c -------------------------------------------------------------------------------- /src/px/pf3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pf3.c -------------------------------------------------------------------------------- /src/px/pfilt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pfilt.c -------------------------------------------------------------------------------- /src/px/pfilt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pfilt.h -------------------------------------------------------------------------------- /src/px/pflip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pflip.c -------------------------------------------------------------------------------- /src/px/pgblur.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pgblur.csh -------------------------------------------------------------------------------- /src/px/phisteq.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/phisteq.csh -------------------------------------------------------------------------------- /src/px/phisto.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/phisto.csh -------------------------------------------------------------------------------- /src/px/pic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pic.h -------------------------------------------------------------------------------- /src/px/pict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pict.h -------------------------------------------------------------------------------- /src/px/pinterp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pinterp.c -------------------------------------------------------------------------------- /src/px/pmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pmap.h -------------------------------------------------------------------------------- /src/px/pmapgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pmapgen.c -------------------------------------------------------------------------------- /src/px/pmblur.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pmblur.csh -------------------------------------------------------------------------------- /src/px/pmblur2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pmblur2.c -------------------------------------------------------------------------------- /src/px/pmdblur.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pmdblur.csh -------------------------------------------------------------------------------- /src/px/protate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/protate.c -------------------------------------------------------------------------------- /src/px/psign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/psign.c -------------------------------------------------------------------------------- /src/px/psketch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/psketch.c -------------------------------------------------------------------------------- /src/px/psquish.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/psquish.csh -------------------------------------------------------------------------------- /src/px/pvalue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pvalue.c -------------------------------------------------------------------------------- /src/px/pveil.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/pveil.csh -------------------------------------------------------------------------------- /src/px/ra_bmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_bmp.c -------------------------------------------------------------------------------- /src/px/ra_gif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_gif.c -------------------------------------------------------------------------------- /src/px/ra_hexbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_hexbit.c -------------------------------------------------------------------------------- /src/px/ra_pfm.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_pfm.csh -------------------------------------------------------------------------------- /src/px/ra_pict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_pict.c -------------------------------------------------------------------------------- /src/px/ra_ppm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_ppm.c -------------------------------------------------------------------------------- /src/px/ra_ps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_ps.c -------------------------------------------------------------------------------- /src/px/ra_rgbe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_rgbe.c -------------------------------------------------------------------------------- /src/px/ra_skel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_skel.c -------------------------------------------------------------------------------- /src/px/ra_t16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_t16.c -------------------------------------------------------------------------------- /src/px/ra_t8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_t8.c -------------------------------------------------------------------------------- /src/px/ra_tiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_tiff.c -------------------------------------------------------------------------------- /src/px/ra_xyze.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ra_xyze.c -------------------------------------------------------------------------------- /src/px/ran2tiff.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ran2tiff.csh -------------------------------------------------------------------------------- /src/px/ttyimage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/ttyimage.c -------------------------------------------------------------------------------- /src/px/vlpic.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/vlpic.csh -------------------------------------------------------------------------------- /src/px/warp3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/warp3d.c -------------------------------------------------------------------------------- /src/px/warp3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/warp3d.h -------------------------------------------------------------------------------- /src/px/x11image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/x11image.c -------------------------------------------------------------------------------- /src/px/x11raster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/x11raster.c -------------------------------------------------------------------------------- /src/px/x11raster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/x11raster.h -------------------------------------------------------------------------------- /src/px/xshowtrace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/xshowtrace.c -------------------------------------------------------------------------------- /src/px/xyzimage.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/px/xyzimage.csh -------------------------------------------------------------------------------- /src/qtrvu/main.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/qtrvu/main.cxx -------------------------------------------------------------------------------- /src/qtrvu/qt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/qtrvu/qt.c -------------------------------------------------------------------------------- /src/qtrvu/rvuwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/qtrvu/rvuwidget.h -------------------------------------------------------------------------------- /src/rt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/CMakeLists.txt -------------------------------------------------------------------------------- /src/rt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/README -------------------------------------------------------------------------------- /src/rt/Rmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/Rmakefile -------------------------------------------------------------------------------- /src/rt/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/SConscript -------------------------------------------------------------------------------- /src/rt/VERSION: -------------------------------------------------------------------------------- 1 | RADIANCE 5.3a 2 | -------------------------------------------------------------------------------- /src/rt/ambcomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/ambcomp.c -------------------------------------------------------------------------------- /src/rt/ambient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/ambient.c -------------------------------------------------------------------------------- /src/rt/ambient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/ambient.h -------------------------------------------------------------------------------- /src/rt/ambio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/ambio.c -------------------------------------------------------------------------------- /src/rt/aniso.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/aniso.c -------------------------------------------------------------------------------- /src/rt/ashikhmin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/ashikhmin.c -------------------------------------------------------------------------------- /src/rt/colortab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/colortab.c -------------------------------------------------------------------------------- /src/rt/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/data.c -------------------------------------------------------------------------------- /src/rt/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/data.h -------------------------------------------------------------------------------- /src/rt/daysim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/daysim.c -------------------------------------------------------------------------------- /src/rt/daysim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/daysim.h -------------------------------------------------------------------------------- /src/rt/devcomm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/devcomm.c -------------------------------------------------------------------------------- /src/rt/devmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/devmain.c -------------------------------------------------------------------------------- /src/rt/devtable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/devtable.c -------------------------------------------------------------------------------- /src/rt/dielectric.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/dielectric.c -------------------------------------------------------------------------------- /src/rt/driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/driver.h -------------------------------------------------------------------------------- /src/rt/duphead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/duphead.c -------------------------------------------------------------------------------- /src/rt/editline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/editline.c -------------------------------------------------------------------------------- /src/rt/fprism.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/fprism.c -------------------------------------------------------------------------------- /src/rt/freeobjmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/freeobjmem.c -------------------------------------------------------------------------------- /src/rt/func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/func.c -------------------------------------------------------------------------------- /src/rt/func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/func.h -------------------------------------------------------------------------------- /src/rt/glass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/glass.c -------------------------------------------------------------------------------- /src/rt/initotypes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/initotypes.c -------------------------------------------------------------------------------- /src/rt/lookamb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/lookamb.c -------------------------------------------------------------------------------- /src/rt/m_alias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/m_alias.c -------------------------------------------------------------------------------- /src/rt/m_brdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/m_brdf.c -------------------------------------------------------------------------------- /src/rt/m_bsdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/m_bsdf.c -------------------------------------------------------------------------------- /src/rt/m_clip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/m_clip.c -------------------------------------------------------------------------------- /src/rt/m_direct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/m_direct.c -------------------------------------------------------------------------------- /src/rt/m_mirror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/m_mirror.c -------------------------------------------------------------------------------- /src/rt/m_mist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/m_mist.c -------------------------------------------------------------------------------- /src/rt/mkpmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/mkpmap.c -------------------------------------------------------------------------------- /src/rt/mx_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/mx_data.c -------------------------------------------------------------------------------- /src/rt/mx_func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/mx_func.c -------------------------------------------------------------------------------- /src/rt/noise3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/noise3.c -------------------------------------------------------------------------------- /src/rt/normal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/normal.c -------------------------------------------------------------------------------- /src/rt/o_cone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/o_cone.c -------------------------------------------------------------------------------- /src/rt/o_face.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/o_face.c -------------------------------------------------------------------------------- /src/rt/o_instance.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/o_instance.c -------------------------------------------------------------------------------- /src/rt/o_mesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/o_mesh.c -------------------------------------------------------------------------------- /src/rt/oocbuild.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/oocbuild.c -------------------------------------------------------------------------------- /src/rt/oocbuild.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/oocbuild.h -------------------------------------------------------------------------------- /src/rt/ooccache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/ooccache.c -------------------------------------------------------------------------------- /src/rt/ooccache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/ooccache.h -------------------------------------------------------------------------------- /src/rt/oocmorton.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/oocmorton.c -------------------------------------------------------------------------------- /src/rt/oocmorton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/oocmorton.h -------------------------------------------------------------------------------- /src/rt/oocnn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/oocnn.c -------------------------------------------------------------------------------- /src/rt/oocnn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/oocnn.h -------------------------------------------------------------------------------- /src/rt/oococt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/oococt.c -------------------------------------------------------------------------------- /src/rt/oococt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/oococt.h -------------------------------------------------------------------------------- /src/rt/oocsort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/oocsort.c -------------------------------------------------------------------------------- /src/rt/oocsort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/oocsort.h -------------------------------------------------------------------------------- /src/rt/otspecial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/otspecial.h -------------------------------------------------------------------------------- /src/rt/p_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/p_data.c -------------------------------------------------------------------------------- /src/rt/p_func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/p_func.c -------------------------------------------------------------------------------- /src/rt/persist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/persist.c -------------------------------------------------------------------------------- /src/rt/pmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmap.c -------------------------------------------------------------------------------- /src/rt/pmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmap.h -------------------------------------------------------------------------------- /src/rt/pmapamb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapamb.c -------------------------------------------------------------------------------- /src/rt/pmapamb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapamb.h -------------------------------------------------------------------------------- /src/rt/pmapbias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapbias.c -------------------------------------------------------------------------------- /src/rt/pmapbias.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapbias.h -------------------------------------------------------------------------------- /src/rt/pmapcontrib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapcontrib.c -------------------------------------------------------------------------------- /src/rt/pmapcontrib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapcontrib.h -------------------------------------------------------------------------------- /src/rt/pmapdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapdata.c -------------------------------------------------------------------------------- /src/rt/pmapdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapdata.h -------------------------------------------------------------------------------- /src/rt/pmapdiag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapdiag.c -------------------------------------------------------------------------------- /src/rt/pmapdiag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapdiag.h -------------------------------------------------------------------------------- /src/rt/pmapdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapdump.c -------------------------------------------------------------------------------- /src/rt/pmapio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapio.c -------------------------------------------------------------------------------- /src/rt/pmapio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapio.h -------------------------------------------------------------------------------- /src/rt/pmapkdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapkdt.c -------------------------------------------------------------------------------- /src/rt/pmapkdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapkdt.h -------------------------------------------------------------------------------- /src/rt/pmapmat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapmat.c -------------------------------------------------------------------------------- /src/rt/pmapmat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapmat.h -------------------------------------------------------------------------------- /src/rt/pmapooc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapooc.c -------------------------------------------------------------------------------- /src/rt/pmapooc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapooc.h -------------------------------------------------------------------------------- /src/rt/pmapopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapopt.c -------------------------------------------------------------------------------- /src/rt/pmapopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapopt.h -------------------------------------------------------------------------------- /src/rt/pmapparm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapparm.c -------------------------------------------------------------------------------- /src/rt/pmapparm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapparm.h -------------------------------------------------------------------------------- /src/rt/pmaprand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmaprand.c -------------------------------------------------------------------------------- /src/rt/pmaprand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmaprand.h -------------------------------------------------------------------------------- /src/rt/pmapray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapray.c -------------------------------------------------------------------------------- /src/rt/pmapray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapray.h -------------------------------------------------------------------------------- /src/rt/pmapsrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapsrc.c -------------------------------------------------------------------------------- /src/rt/pmapsrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmapsrc.h -------------------------------------------------------------------------------- /src/rt/pmaptype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmaptype.c -------------------------------------------------------------------------------- /src/rt/pmaptype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmaptype.h -------------------------------------------------------------------------------- /src/rt/pmcontrib2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmcontrib2.c -------------------------------------------------------------------------------- /src/rt/pmutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/pmutil.c -------------------------------------------------------------------------------- /src/rt/preload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/preload.c -------------------------------------------------------------------------------- /src/rt/ray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/ray.h -------------------------------------------------------------------------------- /src/rt/raycalls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/raycalls.c -------------------------------------------------------------------------------- /src/rt/rayfifo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rayfifo.c -------------------------------------------------------------------------------- /src/rt/rayinit.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rayinit.cal -------------------------------------------------------------------------------- /src/rt/raypcalls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/raypcalls.c -------------------------------------------------------------------------------- /src/rt/raypwin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/raypwin.c -------------------------------------------------------------------------------- /src/rt/raytrace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/raytrace.c -------------------------------------------------------------------------------- /src/rt/rc2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rc2.c -------------------------------------------------------------------------------- /src/rt/rc3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rc3.c -------------------------------------------------------------------------------- /src/rt/rcmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rcmain.c -------------------------------------------------------------------------------- /src/rt/rcontrib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rcontrib.c -------------------------------------------------------------------------------- /src/rt/rcontrib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rcontrib.h -------------------------------------------------------------------------------- /src/rt/renderopts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/renderopts.c -------------------------------------------------------------------------------- /src/rt/rpaint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rpaint.h -------------------------------------------------------------------------------- /src/rt/rpict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rpict.c -------------------------------------------------------------------------------- /src/rt/rpmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rpmain.c -------------------------------------------------------------------------------- /src/rt/rtmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rtmain.c -------------------------------------------------------------------------------- /src/rt/rtotypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rtotypes.h -------------------------------------------------------------------------------- /src/rt/rtrace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rtrace.c -------------------------------------------------------------------------------- /src/rt/rv2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rv2.c -------------------------------------------------------------------------------- /src/rt/rv3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rv3.c -------------------------------------------------------------------------------- /src/rt/rview.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rview.c -------------------------------------------------------------------------------- /src/rt/rvmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/rvmain.c -------------------------------------------------------------------------------- /src/rt/source.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/source.c -------------------------------------------------------------------------------- /src/rt/source.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/source.h -------------------------------------------------------------------------------- /src/rt/sphere.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/sphere.c -------------------------------------------------------------------------------- /src/rt/srcdraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/srcdraw.c -------------------------------------------------------------------------------- /src/rt/srcobstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/srcobstr.c -------------------------------------------------------------------------------- /src/rt/srcsamp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/srcsamp.c -------------------------------------------------------------------------------- /src/rt/srcsupp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/srcsupp.c -------------------------------------------------------------------------------- /src/rt/t_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/t_data.c -------------------------------------------------------------------------------- /src/rt/t_func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/t_func.c -------------------------------------------------------------------------------- /src/rt/text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/text.c -------------------------------------------------------------------------------- /src/rt/verscript.ed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/verscript.ed -------------------------------------------------------------------------------- /src/rt/virtuals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/virtuals.c -------------------------------------------------------------------------------- /src/rt/x11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/x11.c -------------------------------------------------------------------------------- /src/rt/x11icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/x11icon.h -------------------------------------------------------------------------------- /src/rt/x11twind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/x11twind.c -------------------------------------------------------------------------------- /src/rt/x11twind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/rt/x11twind.h -------------------------------------------------------------------------------- /src/util/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/README -------------------------------------------------------------------------------- /src/util/Rmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/Rmakefile -------------------------------------------------------------------------------- /src/util/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/SConscript -------------------------------------------------------------------------------- /src/util/ambpos.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/ambpos.cal -------------------------------------------------------------------------------- /src/util/bsdfview.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/bsdfview.pl -------------------------------------------------------------------------------- /src/util/cmatrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/cmatrix.c -------------------------------------------------------------------------------- /src/util/cmatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/cmatrix.h -------------------------------------------------------------------------------- /src/util/cmbsdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/cmbsdf.c -------------------------------------------------------------------------------- /src/util/compamb.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/compamb.csh -------------------------------------------------------------------------------- /src/util/dayfact.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/dayfact.csh -------------------------------------------------------------------------------- /src/util/dctimestep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/dctimestep.c -------------------------------------------------------------------------------- /src/util/debugcal.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/debugcal.csh -------------------------------------------------------------------------------- /src/util/do_file.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/do_file.tcl -------------------------------------------------------------------------------- /src/util/do_scene.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/do_scene.tcl -------------------------------------------------------------------------------- /src/util/do_views.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/do_views.tcl -------------------------------------------------------------------------------- /src/util/do_zone.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/do_zone.tcl -------------------------------------------------------------------------------- /src/util/eplus_idf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/eplus_idf.c -------------------------------------------------------------------------------- /src/util/eplus_idf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/eplus_idf.h -------------------------------------------------------------------------------- /src/util/evalglare.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/evalglare.c -------------------------------------------------------------------------------- /src/util/file.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/file.hlp -------------------------------------------------------------------------------- /src/util/findglare.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/findglare.c -------------------------------------------------------------------------------- /src/util/genBSDF.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/genBSDF.pl -------------------------------------------------------------------------------- /src/util/genambpos.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/genambpos.pl -------------------------------------------------------------------------------- /src/util/genskyvec.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/genskyvec.pl -------------------------------------------------------------------------------- /src/util/getfile.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/getfile.tcl -------------------------------------------------------------------------------- /src/util/gethelp.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/gethelp.tcl -------------------------------------------------------------------------------- /src/util/getinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/getinfo.c -------------------------------------------------------------------------------- /src/util/glare.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/glare.csh -------------------------------------------------------------------------------- /src/util/glare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/glare.h -------------------------------------------------------------------------------- /src/util/glarendx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/glarendx.c -------------------------------------------------------------------------------- /src/util/glaresrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/glaresrc.c -------------------------------------------------------------------------------- /src/util/glareval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/glareval.c -------------------------------------------------------------------------------- /src/util/glrad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/glrad.c -------------------------------------------------------------------------------- /src/util/glradicon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/glradicon.h -------------------------------------------------------------------------------- /src/util/help.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/help.hlp -------------------------------------------------------------------------------- /src/util/ivpict.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/ivpict.csh -------------------------------------------------------------------------------- /src/util/ivprep.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/ivprep.csh -------------------------------------------------------------------------------- /src/util/ltpict.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/ltpict.pl -------------------------------------------------------------------------------- /src/util/ltview.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/ltview.pl -------------------------------------------------------------------------------- /src/util/netproc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/netproc.c -------------------------------------------------------------------------------- /src/util/netproc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/netproc.h -------------------------------------------------------------------------------- /src/util/objline.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/objline.csh -------------------------------------------------------------------------------- /src/util/objpict.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/objpict.csh -------------------------------------------------------------------------------- /src/util/objpict.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/objpict.pl -------------------------------------------------------------------------------- /src/util/objview.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/objview.csh -------------------------------------------------------------------------------- /src/util/objview.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/objview.pl -------------------------------------------------------------------------------- /src/util/pictool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/pictool.c -------------------------------------------------------------------------------- /src/util/pictool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/pictool.h -------------------------------------------------------------------------------- /src/util/rad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rad.c -------------------------------------------------------------------------------- /src/util/radcompare.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/radcompare.c -------------------------------------------------------------------------------- /src/util/rambpos.cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rambpos.cal -------------------------------------------------------------------------------- /src/util/ranimate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/ranimate.c -------------------------------------------------------------------------------- /src/util/ranimove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/ranimove.c -------------------------------------------------------------------------------- /src/util/ranimove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/ranimove.h -------------------------------------------------------------------------------- /src/util/ranimove1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/ranimove1.c -------------------------------------------------------------------------------- /src/util/ranimove2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/ranimove2.c -------------------------------------------------------------------------------- /src/util/rcollate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rcollate.c -------------------------------------------------------------------------------- /src/util/rfluxmtx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rfluxmtx.c -------------------------------------------------------------------------------- /src/util/rlux.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rlux.csh -------------------------------------------------------------------------------- /src/util/rmatrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rmatrix.c -------------------------------------------------------------------------------- /src/util/rmatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rmatrix.h -------------------------------------------------------------------------------- /src/util/rmtxop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rmtxop.c -------------------------------------------------------------------------------- /src/util/rpiece.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rpiece.c -------------------------------------------------------------------------------- /src/util/rsensor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rsensor.c -------------------------------------------------------------------------------- /src/util/rtpict.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/rtpict.pl -------------------------------------------------------------------------------- /src/util/setscan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/setscan.c -------------------------------------------------------------------------------- /src/util/setscan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/setscan.h -------------------------------------------------------------------------------- /src/util/tclIndex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/tclIndex -------------------------------------------------------------------------------- /src/util/trad.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/trad.hlp -------------------------------------------------------------------------------- /src/util/trad.icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/trad.icon -------------------------------------------------------------------------------- /src/util/trad.wsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/trad.wsh -------------------------------------------------------------------------------- /src/util/tregsamp.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/tregsamp.dat -------------------------------------------------------------------------------- /src/util/util.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/util.tcl -------------------------------------------------------------------------------- /src/util/vinfo.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/vinfo.csh -------------------------------------------------------------------------------- /src/util/vwrays.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/vwrays.c -------------------------------------------------------------------------------- /src/util/vwright.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/vwright.c -------------------------------------------------------------------------------- /src/util/wrapBSDF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/wrapBSDF.c -------------------------------------------------------------------------------- /src/util/xglaresrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/src/util/xglaresrc.c -------------------------------------------------------------------------------- /test/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/test/README.txt -------------------------------------------------------------------------------- /test/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/test/SConscript -------------------------------------------------------------------------------- /test/py_tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/py_tests/unit_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/run_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/test/run_all.py -------------------------------------------------------------------------------- /test/run_tests.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/test/run_tests.bat -------------------------------------------------------------------------------- /test/run_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/test/run_tests.py -------------------------------------------------------------------------------- /test/test data/lam_de.dat: -------------------------------------------------------------------------------- 1 | eins 2 | zwei 3 | drei 4 | vier 5 | fuenf 6 | -------------------------------------------------------------------------------- /test/test data/lam_en.dat: -------------------------------------------------------------------------------- 1 | one 2 | two 3 | three 4 | four 5 | five 6 | -------------------------------------------------------------------------------- /test/test data/test.cal: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/cal/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/cv/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/gen/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/hd/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/meta/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/ot/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/px/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/pyrad/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/rt/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/testcases/util/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/winrun.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MITSustainableDesignLab/Daysim/HEAD/test/winrun.bat --------------------------------------------------------------------------------