Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-28 | Increase alpha depth for complex models. Remove intermediate rounding | Stan Seibert | |
to integers in alpha blending until the last step. | |||
2011-07-25 | moved triangle colors to a separate global device array so that the ray ↵ | Anthony LaTorre | |
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. |