IScene3DTextureManager.PreviewSize

Syntax

PreviewSize: Integer;

Description

The PreviewSize property specifies 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).

Default property value is 64.

Example

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 this example sets specified size of the image of texture preview.

See also:

IScene3DTextureManager