Extracts the per-sample principal component analysis (PCA) projection coefficients from a PrtCompressedBuffer object and adds the data to a Texture object.
Definition
Visual Basic
Public Sub ExtractTexture( _ ByVal startPca As Integer, _ ByVal numberPca As Integer, _ ByVal texture As Texture _ )
C#
public voidExtractTexture( intstartPca, intnumberPca, Texturetexture );