Rhino C++ API
8.13
|
Represents surface displacement on an object. More...
#include <rhinoSdkMeshUtilities.h>
Public Member Functions | |
RhDisplacement (const CRhRdkTexture *pRdkTexture, double dBlack, double dWhite, const ON_TextureMapping &textureMapping, const ON_Xform &mappingTransform, const ON_Xform &instanceTransform) | |
virtual | ~RhDisplacement () |
Public Attributes | |
RhDisplacementImpl * | m_pImpl |
Represents surface displacement on an object.
RhDisplacement::RhDisplacement | ( | const CRhRdkTexture * | pRdkTexture, |
double | dBlack, | ||
double | dWhite, | ||
const ON_TextureMapping & | textureMapping, | ||
const ON_Xform & | mappingTransform, | ||
const ON_Xform & | instanceTransform | ||
) |
Description: The constructor. Parameters: pRdkTexture - [in] The texture used as displacement dBlack - [in] Value considered lowest point of the displacement texture. dWhite - [in] Value considered highest point of the displacement texture. textureMapping - [in] The texture mapping of the mesh. mappingTransform - [in] Texture mapping transform. instanceTransform - [in] Instance transformation of the mesh.
|
virtual |
RhDisplacementImpl* RhDisplacement::m_pImpl |