Description
Copies the texture map information of a specified shell to a specified other shell, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.CopyTexture(fromShellID As RFEntityID, toShellID As RFEntityID, iTextureResolution As Long) As RFErrorCode
The CopyTexture syntax has these parts:
| Part | Description |
|---|---|
| fromShellID | [IN] RFEntityID Required. Shell's RFEntityID to copy the texture map information. |
| toShellID | [IN] RFEntityID Required. Shell's RFEntityID to which the texture map information is copied. |
| iTextureResolution | [IN] Long Required. Resolution of created texture. |
Remarks