This is the documentation for Enlighten.
class Geo IRtWorldVisitor
class Geo::IRtWorldVisitor
An interface used by the raytracers to fill their internal mesh data structures.
Functions
Name | Description |
|---|---|
Visit a geom with the specified mesh. | |
Visit an instance with the specified geometry. | |
Visit a unique mesh. |
virtual void Geo::IRtWorldVisitor::VisitGeom
public: void VisitGeom
(
const IRtGeom & geom
)
Visit a geom with the specified mesh.
virtual void Geo::IRtWorldVisitor::VisitInstance
public: void VisitInstance
(
Geo::u32 geomIndex,
const Geo::Matrix & location
)
Visit an instance with the specified geometry.
virtual void Geo::IRtWorldVisitor::VisitMesh
public: void VisitMesh
(
const IRtGeom & mesh
)
Visit a unique mesh.