Fermat
|
RPT VPL view object The reuse-based path tracer encodes ray hits as "virtual point lights" to be used by neighboring pixels; this class implements a view on their storage.
#include <rpt.h>
Public Members | |
float4 * | pos |
uint4 * | gbuffer |
uint4 * | ebuffer |
float4 * | weight |
float4 * | weight2 |
uint32 * | in_dir |
uint32 * | in_dir2 |
float4 * | in_alpha |
float4 * | in_alpha2 |