Description | Hierarchy | Fields | Methods | Properties |
type TAdPlaneMesh = class(TAdMesh)
A simple plane.
![]() |
constructor Create(AParent: TAdDraw); override; |
![]() |
property Width: Single index 0 read FWidth write SetSizeCoeff; |
![]() |
property Height: Single index 1 read FHeight write SetSizeCoeff; |
![]() |
constructor Create(AParent: TAdDraw); override; |
Creates an instance of TAdPlaneMesh. |
![]() |
property Width: Single index 0 read FWidth write SetSizeCoeff; |
Set this value to change the base width of TAdPlaneMesh. If you want to scale the cube, you should use scale x instead. |
![]() |
property Height: Single index 1 read FHeight write SetSizeCoeff; |
Set this value to change the base height of TAdPlaneMesh. If you want to scale the cube, you should use scale y instead. |