FMX.Controls3D.TProxyObject.TwoSide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TwoSide: Boolean read FTwoSide write FTwoSide default 0;

C++

__property TwoSide = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TProxyObject

Description

Specifies whether all the triangles of the mesh are rendered.

FMX.Controls3D.TProxyObject.TwoSide inherits from FMX.Controls3D.TControl3D.TwoSide. All content below this line refers to FMX.Controls3D.TControl3D.TwoSide.

Specifies whether all the triangles of the mesh are rendered.

TwoSide is used in the rendering process to specify whether all the triangles of the mesh are rendered.

If TwoSide is True, all the triangles of the mesh are rendered; if it is False, only the front-face triangles of the mesh are rendered.

See Also