Description
Converts texture map of a specified shell to vertex color data, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.CreateVertexColorFormTexture(shellID As RFEntityID) As RFErrorCode
The CreateVertexColorFormTexture syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID. |
Remarks