FMX.Layers3D.TAbstractLayer3D.MatrixChanged

From RAD Studio API Documentation

Delphi

procedure MatrixChanged(Sender: TObject); override;

C++

virtual void __fastcall MatrixChanged(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

Description

Is invoked each time the rotation angles change and there is a need to recalculate the affine transform matrix of this 3D control. {{#multireplace:FMX.Layers3D.TAbstractLayer3D.MatrixChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls3D.TControl3D.MatrixChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls3D.TControl3D.MatrixChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Is invoked each time the rotation angles change and there is a need to recalculate the affine transform matrix of this 3D control.

MatrixChanged also calls RecalcAbsolute and Repaint.

See Also