Candy
|
Base type for mapping implementations. More...
Public Member Functions | |
HVRMappingNode (H3D::Inst< H3D::SFNode > _metadata=0) | |
virtual std::string | defaultXMLContainerField () |
virtual void | getMapping (const std::vector< H3D::Vec3f > &p_in, const std::vector< H3D::Rotation > &o_in, std::vector< H3D::Vec3f > &p_out, std::vector< H3D::Rotation > &o_out) |
This function maps a list of positions and orientations into new positions and orientations according to the node's specific principles. More... | |
Static Public Attributes | |
static H3D::H3DNodeDatabase | database |
Base type for mapping implementations.
|
inlinevirtual |
This function maps a list of positions and orientations into new positions and orientations according to the node's specific principles.
Reimplemented in HVR::InterpolatedSamplesMapping, and HVR::AffineMapping.