[root]/Packages/rtrt/Core/Shadows
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
bigler | 6 (100.0%) | 22 (100.0%) | 3.6 |
rtrt/Core/DpyGui.cc
Bound synch_frameless toggle to "F".
rtrt/Core/Light.h
Added comment about light indicies.
rtrt/Core/Shadows/HardShadows.cc
Added comments about what was going on. The code is unmodified.
rtrt/Core/Scene.h
Added a comment about lightbits member variable. Removed unused
nonActiveLights_ and nonActivePerMatlLights_ member variables as they
were not used.
rtrt/Core/Scene.cc
lightbits is now computed using the total number of lights minus one
instead of just the total number of lights. Removed unused
nonActiveLights_ and nonActivePerMatlLights_ member variables as they
were not used.
rtrt/Core/WorkerFrameless.cc
Removed some dead comments. Added resizeColors to reduce some code duplication. lastC* are now initialized to Color(0,0,0). This fixed a problem where you saw random colors on the screen. All should be well now.
22 lines of code changed in 2 files:
Added increment/decrement_shadow_type functions.
0 lines of code changed in 4 files: