FMX.Controls3D.TControl3D.MatrixChanged
Delphi
procedure MatrixChanged(Sender: TObject); virtual;
C++
virtual void __fastcall MatrixChanged(System::TObject* Sender);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TControl3D |
Description
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.