| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/polygonsetrayintersector.h>

Public Member Functions | |
| VRS_TYPEINFO (PolygonSetRayIntersector, RayIntersector) | |
| virtual ID | target () const |
| Target of the handler: `PolygonSet'. | |
| virtual bool | intersect (Engine *engine, const Matrix &mv, const Matrix &ori, const Matrix &pr, const Shape *S, const Ray &, RayTracingTechnique *tracer) |
| See `RayIntersector'. | |
This objects performs intersections between a Ray and a Polygonset.
The intersection hint of an intersection result contains:
| VRS::PolygonSetRayIntersector::VRS_TYPEINFO | ( | PolygonSetRayIntersector | , | |
| RayIntersector | ||||
| ) |
| virtual ID VRS::PolygonSetRayIntersector::target | ( | ) | const [virtual] |