PreviewSize: Integer;
The PreviewSize property determines the size of texture preview image. The value for a rectangle side is specified in pixels, specify a number divisible by the second degree, (maximum value is 1024).
The value is set to 64 by default.
This example assumes that there is the S object of the IScene3D type.
Sub Chart3D;
Var
s : IScene3D;
Begin
s.DisplayedObjects.TextureManager.PreviewSize := 128;
End Sub Chart3D;
Executing the example sets the specified size of the image of texture preview.
See also: