.. |
accel
|
Eliminated some unnecessary left drift in BVH4 code.
|
2017-04-16 17:27:29 -07:00 |
color
|
Added GTR surface closure.
|
2017-03-07 08:31:57 -08:00 |
light
|
BVH and objects now use MemArena.
|
2017-04-09 23:33:36 -07:00 |
math
|
Fixed a typo in a comment.
|
2017-03-29 13:20:58 -07:00 |
parse
|
Improved .psy file parsing error messages.
|
2017-04-10 14:03:01 -07:00 |
sampling
|
Reorganizing the module tree.
|
2017-02-14 00:14:08 -08:00 |
scene
|
Got BVH4 working. Woo hoo!
|
2017-04-13 22:44:34 -07:00 |
shading
|
Fixed a bunch of problems that came up when running debug build.
|
2017-04-14 21:37:29 -07:00 |
surface
|
Fixed a bunch of problems that came up when running debug build.
|
2017-04-14 21:37:29 -07:00 |
algorithm.rs
|
Got DistantDiscLights working! Yay!
|
2017-02-13 00:03:34 -08:00 |
bbox.rs
|
Implemented alternative SAH split that uses off-axis split planes.
|
2016-08-21 15:26:47 -07:00 |
bbox4.rs
|
Changed the BBox4 data layout to give a small speed boost.
|
2017-04-16 15:54:02 -07:00 |
bitstack.rs
|
Added unit tests for BitStack128.
|
2017-04-16 23:13:34 -07:00 |
boundable.rs
|
Code cosmetics: organize and alphabetize crate/mod/use statements.
|
2016-08-20 18:10:55 -07:00 |
camera.rs
|
World type uses memory arena now.
|
2017-04-09 17:56:06 -07:00 |
float4.rs
|
Fixed some things for building with SIMD support.
|
2017-04-13 23:28:26 -07:00 |
hash.rs
|
Moved int hash functions into own file, and use in quick_select().
|
2016-08-14 16:03:17 -07:00 |
hilbert.rs
|
Added support for OpenEXR output.
|
2016-10-09 20:34:58 -07:00 |
image.rs
|
Added support for OpenEXR output.
|
2016-10-09 20:34:58 -07:00 |
lerp.rs
|
Implemented rectangular area lights.
|
2016-06-29 14:30:42 -07:00 |
main.rs
|
Print newline before exit.
|
2017-04-14 23:22:38 -07:00 |
ray.rs
|
Completed first attempt at implementing BVH4.
|
2017-04-12 23:33:34 -07:00 |
renderer.rs
|
Fixed a bunch of problems that came up when running debug build.
|
2017-04-14 21:37:29 -07:00 |
timer.rs
|
Code cosmetics: organize and alphabetize crate/mod/use statements.
|
2016-08-20 18:10:55 -07:00 |
tracer.rs
|
Assembly type now partially uses MemArena.
|
2017-04-09 18:27:01 -07:00 |
transform_stack.rs
|
Code cosmetics: organize and alphabetize crate/mod/use statements.
|
2016-08-20 18:10:55 -07:00 |