Ray-tracer data structrure for pre-computed data. More...
#include <simpmesh.h>
Public Attributes | |
tetmesh * | mesh |
float3 * | d |
float3 * | m |
Ray-tracer data structrure for pre-computed data.
We define the precomputed data in a ray-tracer structure. For the case of Plucker-based ray-tracing, this structure contains the displacement and moment vectors for each edge in a tetrahedron.
precomputed data: for Pluckers, this is displacement
precomputed data: for Pluckers, this is moment
link to the mesh structure