ViewVC Help
View Directory | Root Listing
root/radiance/ray/src/rt
File Last Change
 ../
README 2.9 (19 years ago) by greg: Removed unused programs and files from distribution (sources to CVS attic)
Rmakefile 2.54 (18 years ago) by schorsch: Renamed librt.a to librtrad.a to avoid conflict on Solaris.
SConscript 1.9 (18 years ago) by schorsch: Removed SPEED from SCons. Changes to build with mingw, as suggested by Francesco Anselmo.
VERSION 2.11 (17 years ago) by greg: Version changes for 3.8 release
ambcomp.c 2.20 (18 years ago) by greg: Changed bright() to intens() in a couple of places for consistency
ambient.c 2.62 (18 years ago) by greg: Fixed bug in ambient calculation causing zero results for some scenes
ambient.h 2.16 (18 years ago) by greg: Rearranged some struct's for better efficiency on 64-bit architectures
ambio.c 2.5 (21 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
aniso.c 2.43 (18 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
colortab.c 2.9 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
data.c 2.28 (19 years ago) by schorsch: Compatibility fixes as suggested by Siegbert Debatin.
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.13 (19 years ago) by greg: Added close-on-exec flag to pipes to prevent possible deadlocks
devmain.c 2.4 (21 years ago) by greg: Replaced inline copyright notice with #include "copyright.h"
devtable.c 2.7 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
dielectric.c 2.20 (18 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
driver.h 2.9 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
duphead.c 2.7 (20 years ago) by greg: Fewer complaints if "platform.h" precedes "standard.h"
editline.c 2.8 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
fprism.c 2.7 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
freeobjmem.c 2.7 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
func.c 2.22 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
func.h 2.7 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
glass.c 2.17 (18 years ago) by greg: Fixed bugs in black glass transmission and source weight computation
initotypes.c 2.15 (18 years ago) by greg: Made use of rtotypes.h more logical
lookamb.c 2.10 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
m_alias.c 2.6 (17 years ago) by greg: Fixed bug in aliases of aliases
m_brdf.c 2.23 (18 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
m_clip.c 2.9 (18 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
m_direct.c 2.13 (18 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
m_mirror.c 2.11 (18 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
m_mist.c 2.17 (18 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
mx_data.c 2.9 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
mx_func.c 2.8 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
noise3.c 2.10 (18 years ago) by greg: Replaced % operations with if statements (hopefully faster)
normal.c 2.51 (18 years ago) by greg: Added threshold to disable Fresnel approximation for specularities below 1.8%
o_cone.c 2.6 (19 years ago) by greg: Added numerical correction for needle-like cones
o_face.c 2.6 (18 years ago) by greg: Made some minor optimizations in face intersection code
o_instance.c 2.8 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
o_mesh.c 2.11 (18 years ago) by greg: Minor optimizations in ray-triangle intersection test
otspecial.h 2.7 (19 years ago) by greg: Added isopaque() macro to otspecial.h
p_data.c 2.8 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
p_func.c 2.7 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
persist.c 2.38 (17 years ago) by schorsch: Eliminated some compiler warnings.
preload.c 2.9 (18 years ago) by greg: Added preloading of mesh objects for parallel rendering
ray.h 2.29 (18 years ago) by greg: Rearranged some struct's for better efficiency on 64-bit architectures
raycalls.c 2.16 (17 years ago) by greg: Made -u+ option truly random
rayinit.cal 2.14 (21 years ago) by greg: Changed alias handling to allow tracking, fixed freeobjects() and do_irrad bugs
raypcalls.c 2.14 (18 years ago) by greg: Minor cosmetic changes
raytrace.c 2.58 (17 years ago) by schorsch: Eliminated some compiler warnings.
renderopts.c 2.13 (17 years ago) by greg: Made -u+ option truly random
rpaint.h 2.7 (19 years ago) by greg: Fixed bug in rvu "move" command from last change and added "focus" command
rpict.c 2.77 (17 years ago) by greg: Made -u+ option truly random
rpmain.c 2.12 (17 years ago) by greg: Made -u+ option truly random
rtmain.c 2.14 (17 years ago) by greg: Made -u+ option truly random
rtotypes.h 1.2 (18 years ago) by greg: Made use of rtotypes.h more logical
rtrace.c 2.54 (17 years ago) by greg: Changed default in rtrace to -u+ (random sampling)
rv2.c 2.54 (17 years ago) by schorsch: Eliminated some compiler warnings.
rv3.c 2.20 (17 years ago) by greg: Made -u+ option truly random
rview.c 2.28 (18 years ago) by greg: Added -R option for pure Monte Carlo rendering, replacing -DMC compile option
rvmain.c 2.7 (17 years ago) by greg: Made -u+ option truly random
source.c 2.55 (17 years ago) by greg: Fixed bug in virtual sources with intervening transmitters
source.h 2.16 (18 years ago) by greg: Rearranged some struct's for better efficiency on 64-bit architectures
sphere.c 2.7 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
srcdraw.c 2.16 (18 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
srcobstr.c 2.12 (18 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
srcsamp.c 2.11 (20 years ago) by greg: Minor fix in source sampling calculation
srcsupp.c 2.15 (18 years ago) by greg: Improved error reporting for holey sources
t_data.c 2.8 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
t_func.c 2.7 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
text.c 2.25 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
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.17 (17 years ago) by greg: Fixed bug in virtual sources with intervening transmitters
x11.c 2.32 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
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 77 files shown