ViewVC Help
View Directory | Root Listing
root/radiance/ray/src/rt
File Last Change
 ../
CMakeLists.txt 1.17 (6 years ago) by greg: Update to CMake build system from Rob G. and Alex S., adding test cases
README 2.9 (19 years ago) by greg: Removed unused programs and files from distribution (sources to CVS attic)
Rmakefile 2.83 (5 years ago) by greg: Added AR variable to provide a way to override standard library builder
SConscript 1.20 (6 years ago) by schorsch: SCons Option to build Pmap with OOC data on unix
VERSION 2.30 (5 years ago) by greg: Preparation for 5.2 release
ambcomp.c 2.82 (6 years ago) by greg: Further refinement on variance estimate
ambient.c 2.105 (6 years ago) by greg: Made proximity test (plugaleak) more robust with transparent surfaces, etc.
ambient.h 2.24 (8 years ago) by greg: Prevent over-padding of AMBVAL struct on 64-bit machines
ambio.c 2.12 (7 years ago) by greg: Created independent ambient file pointer to resolve some race issues
aniso.c 2.61 (8 years ago) by greg: Had to reinstate ambRayInPmap() macro to avoid over-counting bug
ashikhmin.c 2.6 (8 years ago) by greg: Had to reinstate ambRayInPmap() macro to avoid over-counting bug
colortab.c 2.12 (8 years ago) by schorsch: get rid of compiler warnings
create_version.cmake 1.3 (6 years ago) by greg: Update to CMake build system from Rob G. and Alex S., adding test cases
data.c 2.33 (5 years ago) by greg: Created MAXFMTLEN to guard against buffer overrun attacks in header input
data.h 2.7 (20 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
devcomm.c 2.19 (7 years ago) by greg: Switched over to more efficient fread/fwrite replacements getbinary/putbinary
devmain.c 2.5 (7 years ago) by greg: Switched over to more efficient fread/fwrite replacements getbinary/putbinary
devtable.c 2.10 (6 years ago) by greg: Made excluding X11 a little simpler
dielectric.c 2.28 (8 years ago) by greg: Added back ambient ray testing for photon map, which is needed by rcontrib
driver.h 2.10 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
duphead.c 2.7 (20 years ago) by greg: Fewer complaints if "platform.h" precedes "standard.h"
editline.c 2.9 (10 years ago) by greg: Fixed abort in Mavericks due to overlapping string in strcmp()
fprism.c 2.10 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
freeobjmem.c 2.9 (10 years ago) by greg: Added check for references to identically-named but different modifiers
func.c 2.34 (6 years ago) by greg: Added unnecessary but logical increment to eclock
func.h 2.10 (8 years ago) by greg: Added appropriate setting of ray parameters for bin rcontrib evaluation
glass.c 2.26 (8 years ago) by greg: Added back ambient ray testing for photon map, which is needed by rcontrib
initotypes.c 2.22 (5 years ago) by greg: Decided to go with "aBSDF" for "aperture BSDF" rather than "sBSDF"
lookamb.c 2.16 (8 years ago) by greg: Minor compiler warnings fixed
m_alias.c 2.9 (6 years ago) by greg: Fixed sloppy code copy from raytrace.c
m_brdf.c 2.35 (6 years ago) by greg: Fixed bug introduced in last change
m_bsdf.c 2.55 (5 years ago) by greg: Added balancing calls to SDfreeCache()
m_clip.c 2.12 (7 years ago) by greg: Clarified antimatter behavior in documentation and code comments
m_direct.c 2.15 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
m_mirror.c 2.19 (7 years ago) by greg: Fix to missing indirect contribution discovered by Santiago Torres
m_mist.c 2.18 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
mkpmap.c 2.9 (6 years ago) by rschregle: Added -ae/-ai ambient exclude options to mkpmap, cleaned up opt parsing.
mx_data.c 2.10 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
mx_func.c 2.9 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
noise3.c 2.13 (10 years ago) by greg: Implemented Perlin's improved noise function
normal.c 2.76 (6 years ago) by greg: Made behavior of BRTDfunc more consistent with other materials
o_cone.c 2.9 (8 years ago) by greg: Made zero cone and ring radii non-fatal (degenerate -> ignore)
o_face.c 2.7 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
o_instance.c 2.9 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
o_mesh.c 2.14 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
oocbuild.c 2.4 (6 years ago) by rschregle: Updated photon map code for Windows; no multproc or ooC for now
oocbuild.h 2.1 (7 years ago) by rschregle: Initial import of ooC photon map
ooccache.c 2.2 (6 years ago) by rschregle: Updated photon map code for Windows; no multproc or ooC for now
ooccache.h 2.1 (7 years ago) by rschregle: Initial import of ooC photon map
oocmorton.c 2.2 (6 years ago) by rschregle: Updated photon map code for Windows; no multproc or ooC for now
oocmorton.h 2.1 (7 years ago) by rschregle: Initial import of ooC photon map
oocnn.c 2.2 (6 years ago) by rschregle: Updated photon map code for Windows; no multproc or ooC for now
oocnn.h 2.1 (7 years ago) by rschregle: Initial import of ooC photon map
oococt.c 2.4 (6 years ago) by rschregle: Updated photon map code for Windows; no multproc or ooC for now
oococt.h 2.3 (7 years ago) by rschregle: Initial import of ooC photon map
oocsort.c 2.4 (6 years ago) by rschregle: Updated photon map code for Windows; no multproc or ooC for now
oocsort.h 2.3 (7 years ago) by rschregle: Initial import of ooC photon map
otspecial.h 2.8 (6 years ago) by greg: Made proximity test (plugaleak) more robust with transparent surfaces, etc.
p_data.c 2.9 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
p_func.c 2.8 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
persist.c 2.44 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
pmap.c 2.15 (5 years ago) by rschregle: Added photon distrib PID output to attach debugger
pmap.h 2.9 (6 years ago) by rschregle: Hack to render contrib pmap as regular global pmap with rpict/rtrace/rvu
pmapamb.c 2.8 (7 years ago) by rschregle: Initial import of ooC photon map
pmapamb.h 2.5 (7 years ago) by rschregle: Initial import of ooC photon map
pmapbias.c 2.5 (7 years ago) by rschregle: Initial import of ooC photon map
pmapbias.h 2.5 (7 years ago) by rschregle: Initial import of ooC photon map
pmapcontrib.c 2.18 (5 years ago) by rschregle: Added photon distrib PID output to attach debugger
pmapcontrib.h 2.5 (7 years ago) by rschregle: Initial import of ooC photon map
pmapdata.c 2.19 (6 years ago) by rschregle: Added -ae/-ai ambient exclude options to mkpmap, cleaned up opt parsing.
pmapdata.h 2.12 (6 years ago) by rschregle: Made photon primary incident dirs optional via PMAP_PRIMARYDIR, bumped PMAP_FILEVER
pmapdiag.c 2.7 (7 years ago) by rschregle: Initial import of ooC photon map
pmapdiag.h 2.7 (7 years ago) by rschregle: Initial import of ooC photon map
pmapdump.c 2.11 (5 years ago) by greg: Created MAXFMTLEN to guard against buffer overrun attacks in header input
pmapio.c 2.12 (5 years ago) by greg: Created MAXFMTLEN to guard against buffer overrun attacks in header input
pmapio.h 2.6 (7 years ago) by rschregle: Initial import of ooC photon map
pmapkdt.c 1.4 (5 years ago) by rschregle: Fixed volume photon lookup bug (dereferenced NULL normal)
pmapkdt.h 1.1 (7 years ago) by rschregle: Added missing sources of iC and ooC pmap
pmapmat.c 2.18 (5 years ago) by greg: Decided to go with "aBSDF" for "aperture BSDF" rather than "sBSDF"
pmapmat.h 2.12 (8 years ago) by rschregle: Revised PMAP overcounting macros in pmapmat.h, added one in badcomponent() for overcounted caustics from transferred shadow/ambient rays
pmapooc.c 1.4 (5 years ago) by rschregle: Fixed volume photon lookup bug (dereferenced NULL normal)
pmapooc.h 1.1 (7 years ago) by rschregle: Added missing sources of iC and ooC pmap
pmapopt.c 2.8 (7 years ago) by rschregle: Initial import of ooC photon map
pmapopt.h 2.5 (7 years ago) by rschregle: Initial import of ooC photon map
pmapparm.c 2.9 (6 years ago) by rschregle: Added -lr, -ld options to mkpmap, enabled -api
pmapparm.h 2.9 (6 years ago) by rschregle: Added -lr, -ld options to mkpmap, enabled -api
pmaprand.c 2.6 (6 years ago) by rschregle: Updated photon map code for Windows; no multproc or ooC for now
pmaprand.h 2.8 (6 years ago) by rschregle: Updated photon map code for Windows; no multproc or ooC for now
pmapray.c 2.7 (7 years ago) by greg: Fixed bug in ranimove introduced with photon map
pmapray.h 2.6 (7 years ago) by greg: Fixed bug in ranimove introduced with photon map
pmapsrc.c 2.16 (6 years ago) by rschregle: Fixed erroneous bailout in getPhotonPorts() when ports *aren't* used.
pmapsrc.h 2.6 (6 years ago) by rschregle: Added -ae/-ai ambient exclude options to mkpmap, cleaned up opt parsing.
pmaptype.c 2.5 (7 years ago) by rschregle: Initial import of ooC photon map
pmaptype.h 2.5 (7 years ago) by rschregle: Initial import of ooC photon map
pmcontrib2.c 2.4 (6 years ago) by rschregle: Added PMAP_CBDM as group macro for PMAP_PRIMARYPOS/DIR for convenience.
pmutil.c 2.3 (6 years ago) by rschregle: r -> r2 in photonDensity() to emphasise squared radius
preload.c 2.16 (5 years ago) by greg: Decided to go with "aBSDF" for "aperture BSDF" rather than "sBSDF"
ray.h 2.38 (9 years ago) by greg: Initial check-in of photon map addition by Roland Schregle
raycalls.c 2.23 (6 years ago) by greg: Fixed saving of ambient include/exclude list
rayfifo.c 2.6 (5 years ago) by greg: Corrected bug introduced in last change
rayinit.cal 2.17 (6 years ago) by greg: Changed context names to avoid collision with user-specified .cal file names
raypcalls.c 2.29 (8 years ago) by greg: Made quitting rvu, rholo and rcontrib quicker with multiple processes on Unix
raypwin.c 2.8 (13 years ago) by greg: Bug fix in l+ option of mkillum under Windows
raytrace.c 2.72 (6 years ago) by greg: Made proximity test (plugaleak) more robust with transparent surfaces, etc.
rc2.c 2.22 (7 years ago) by greg: Minor changes
rc3.c 2.23 (5 years ago) by greg: Added internal error check
rcmain.c 2.18 (6 years ago) by greg: Changed context names to avoid collision with user-specified .cal file names
rcontrib.c 2.33 (5 years ago) by greg: Cosmetic fix
rcontrib.h 2.15 (7 years ago) by greg: Hopeful fix to issue with rcontrib writing multiple records/pixel
renderopts.c 2.18 (8 years ago) by greg: Improved error-checking for too many words in file or string
rpaint.h 2.12 (8 years ago) by schorsch: Prepare for SCons build on Win32 and Win64
rpict.c 2.90 (9 years ago) by rschregle: Disabled use of SIGCONT if undefined (e.g. on WIN32), removed extra space in rpict reports after biascomp stats
rpmain.c 2.18 (8 years ago) by schorsch: newer C++ compilers have a standard type named "bool". rename macro to get rid of warnings.
rtmain.c 2.27 (8 years ago) by greg: Improved error-checking for too many words in file or string
rtotypes.h 1.4 (11 years ago) by greg: Added ashik2 type for anisotropic Ashikhmin-Shirley BRDF model
rtrace.c 2.71 (6 years ago) by greg: Improved error message
rv2.c 2.67 (6 years ago) by greg: Increased distance in front of selected point to avoid view errors
rv3.c 2.40 (8 years ago) by greg: Added photon map support to rad
rview.c 2.37 (10 years ago) by greg: Added rvu "origin" command requested by John M.
rvmain.c 2.17 (7 years ago) by greg: Switched over to more efficient fread/fwrite replacements getbinary/putbinary
source.c 2.68 (5 years ago) by greg: Roland fixed behavior for volume photon-map and source in-scattering
source.h 2.19 (9 years ago) by greg: Set minimum number of shadow checks to perform (4)
sphere.c 2.8 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
srcdraw.c 2.18 (6 years ago) by greg: Further tweaked viewloc() output to be 1 only if in view frame
srcobstr.c 2.19 (7 years ago) by greg: Added MAX2SHADE macro to limit precheck time for source obstructions.
srcsamp.c 2.19 (9 years ago) by greg: Fixed potential type conflict
srcsupp.c 2.23 (8 years ago) by greg: Made zero cone and ring radii non-fatal (degenerate -> ignore)
t_data.c 2.11 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
t_func.c 2.10 (9 years ago) by greg: Eliminated unnecessary "extern" and "register" modifiers
text.c 2.27 (8 years ago) by greg: Made error messages more consistent when library file not found
verscript.ed 2.1 (21 years ago) by greg: Changes and check-in for 3.5 release Includes new source files and modifications not recorded for many years See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release
virtuals.c 2.22 (8 years ago) by greg: Added missing assigment to rmax
x11.c 2.35 (12 years ago) by greg: Changed every instance of BYTE to uby8 to avoid conflicts
x11icon.h 2.1 (21 years ago) by greg: Changes and check-in for 3.5 release Includes new source files and modifications not recorded for many years See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release
x11twind.c 2.9 (20 years ago) by schorsch: Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.
x11twind.h 2.6 (20 years ago) by greg: Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
0 directories and 136 files shown