Select similar
Detect which of the unselected UV islands have similar shape to one of the selected islands.
Parameters used by the operation
| Parameter name |
|---|
| UVP_OPCODE m_Opcode |
| void* m_pMessageHandlerData |
| UvpMessageHandlerT m_pMessageHandler |
| int m_ThreadCount |
| UVP_TOPO_ANALYSIS_LEVEL m_TopoAnalysisLevel |
| UvDataT m_UvData |
| int m_Precision |
| bool m_ProcessUnselected |
| float m_SimilarityThreshold |
| bool m_RenderInvalidIslands |
Messages sent during the operation
| Type | Count | Notes |
|---|---|---|
| UvpProgressReportMessageT | Many times | Sent every time the packer wants to inform the application about the current progress. |
| UvpInvalidIslandIndiciesMessageT | 0-1 | The packer sends this message, if the operations failed due to invalid islands being encountered. In such a case the return code from the operation will be INVALID_ISLANDS. |
| UvpSimilarIslandIndiciesMessageT | 0-1 | If the operation is successful, this message is sent to indicate which of the unselected islands have similar shape. |
| UvpIslandsMessageT | 0-1 |