This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEncode3DProperties Interface > IEncode3DProperties.PackTexture2D Method (ArcObjects .NET 10.5 SDK) |
Encodes texture coordinates into part of a double. A normal and texture information can both be packed in a single double without conflict.
[Visual Basic .NET] Public Sub PackTexture2D ( _ ByVal textureS As Double, _ ByVal textureT As Double, _ ByRef packedTexture As Double _ )
[C#] public void PackTexture2D ( double textureS, double textureT, ref double packedTexture );
[C++]
HRESULT PackTexture2D(
double textureS,
double textureT,
double* packedTexture
);
[C++]
Parameters textureS [in] textureS is a parameter of type double textureT [in] textureT is a parameter of type double packedTexture [out] packedTexture is a parameter of type double