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.55 (16 years ago) by greg: Compiler warning fixes for Linux release (thanks to Bernd Zeimetz)
SConscript 1.10 (16 years ago) by schorsch: Scons update for mingw.
VERSION 2.12 (15 years ago) by greg: Preparation for 3.9 release
ambcomp.c 2.21 (16 years ago) by greg: Fixed memory leak for certain ambient calculations (thanks to D. Brainard)
ambient.c 2.67 (16 years ago) by greg: Increased limits to number of modifiers for trace and ambient include/exclude
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 (19 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 (19 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.16 (16 years ago) by greg: Compiler warning fixes for Linux release (thanks to Bernd Zeimetz)
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.25 (16 years ago) by greg: Minor efficiency improvements
m_clip.c 2.10 (16 years ago) by greg: Fixed bug in shadow cache related to antimatter holes
m_direct.c 2.13 (19 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
m_mirror.c 2.11 (19 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
m_mist.c 2.17 (19 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.40 (16 years ago) by schorsch: Yet some mingw related changes.
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 (18 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.19 (16 years ago) by greg: Changed back to old queuing behavior
raypwin.c 2.5 (16 years ago) by greg: Bug fixes
raytrace.c 2.59 (16 years ago) by greg: Corrected ray weighting for mixed materials
renderopts.c 2.13 (18 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.80 (16 years ago) by schorsch: Yet some mingw related changes.
rpmain.c 2.14 (16 years ago) by greg: Added planisphere view type (-vts option) as requested by Axel Jacobs
rtmain.c 2.16 (16 years ago) by greg: Modified rtcontrib -c option to accumulate a specified number of rays
rtotypes.h 1.2 (18 years ago) by greg: Made use of rtotypes.h more logical
rtrace.c 2.55 (16 years ago) by greg: Increased limits to number of modifiers for trace and ambient include/exclude
rv2.c 2.54 (17 years ago) by schorsch: Eliminated some compiler warnings.
rv3.c 2.21 (16 years ago) by greg: Added planisphere view type (-vts option) as requested by Axel Jacobs
rview.c 2.28 (18 years ago) by greg: Added -R option for pure Monte Carlo rendering, replacing -DMC compile option
rvmain.c 2.8 (16 years ago) by greg: Added planisphere view type (-vts option) as requested by Axel Jacobs
source.c 2.56 (16 years ago) by greg: Fixed bug in shadow cache related to antimatter holes
source.h 2.17 (16 years ago) by greg: Fixed bug in shadow cache related to antimatter holes
sphere.c 2.7 (20 years ago) by schorsch: Continued ANSIfication. There are only bits and pieces left now.
srcdraw.c 2.16 (19 years ago) by greg: Extensive changes to enable rtrace -oTW option for tracking ray contributions
srcobstr.c 2.14 (16 years ago) by greg: Compiler warning fixes for Linux release (thanks to Bernd Zeimetz)
srcsamp.c 2.11 (20 years ago) by greg: Minor fix in source sampling calculation
srcsupp.c 2.16 (17 years ago) by greg: Added checks for source surfaces, including zero-area polygons
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.33 (16 years ago) by greg: Removed out-of-date includes for Solaris
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 78 files shown