Age | Commit message (Collapse) | Author |
|
style for cuda code is now compliant with python PEP 7 -- Style Guide for C Code.
|
|
the object in the center of the screen.
|
|
coloring is now calculated using the new searching/sorting algorithms.
|
|
is further than a triangle the ray/photon has already intersected
|
|
and length; this reduces a bit of arithmetic when traversing the bounding volume hierarchy and makes the code in Geometry.build() more concise. add an untested cuda kernel to interleave the bits in three uint64 arrays.
|
|
to integers in alpha blending until the last step.
|
|
tracer and photon simulation can be run in the same context. added the ability to add alpha channel to triangle color so that triangles can be made transparent. added __noinline__ modifier to certain device functions to speed up kernel compilation.
|