Public Member Functions | |
| HRESULT | GetInputConnectorId (CONID *pConId) |
| HRESULT | ApplyTransformation ([in] IRdMesh *pMeshIn,[out, retval] IRdMesh **ppMeshOut) |
| HRESULT | GetMaximalDependentNeighborhood ([out, retval] RtUlong *pdwNbrs) |
| HRESULT | GetOrderingPriority ([out, retval] RtFloat *pfPriority) |
| HRESULT | GetModifierFlags (RtMeshModifierFlags *pFlags) |
| HRESULT IRsUnknownMeshModifier::GetInputConnectorId | ( | CONID * | pConId | ) |
Get modifier input mesh connector for traversing through mesh modifiers pipeline.
| pConId | [in] Input connector ID. |
| HRESULT IRsUnknownMeshModifier::ApplyTransformation | ( | [in] IRdMesh * | pMeshIn, | |
| [out, retval] IRdMesh ** | ppMeshOut | |||
| ) |
Compute mesh directly without caching:
| pMeshIn | [in] Input mesh. | |
| ppMeshOut | [out,retval] Calculated mesh with modifications performed by this modifier applied. |
| HRESULT IRsUnknownMeshModifier::GetMaximalDependentNeighborhood | ( | [out, retval] RtUlong * | pdwNbrs | ) |
For tools where result depends on neighbor faces:
| HRESULT IRsUnknownMeshModifier::GetOrderingPriority | ( | [out, retval] RtFloat * | pfPriority | ) |
Get the ordering priority for the node
| HRESULT IRsUnknownMeshModifier::GetModifierFlags | ( | RtMeshModifierFlags * | pFlags | ) |
Return mesh modifier flags that describe the nature of modifier:
1.5.5