IntegratedMetricTensor Class (Microsoft.DirectX.Direct3D)
Contains methods to calculate integrated metric tensor (IMT) values for use in UVAtlas operations.
Visual Basic NotInheritable MustInherit Public Class IntegratedMetricTensor
Inherits ObjectC# public abstract sealed class IntegratedMetricTensor : Object C++ public ref class IntegratedMetricTensor abstract sealed : Object JScript public final abstract class IntegratedMetricTensor extends Object
The following table lists the members exposed by the object.
Methods
Method Description ComputeFromPerTexelSignal
Calculates an IMT from per-texel data. This function is very similar to ComputeFromTexture, but it uses a float array to pass in the data, and it can calculate higher dimensional values than 4. ComputeFromPerVertexSignal
Calculates an IMT from from per-vertex data. ComputeFromSignal
Calculates an IMT from data that varies over the surface of the mesh (generally at a higher frequency than vertex data). ComputeFromTexture
Calculates an IMT from texture data.
Object
IntegratedMetricTensor
Namespace Microsoft.DirectX.Direct3D Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) Strong Name Microsoft.DirectX.Direct3DX, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Show:
