FMX.Objects3D.TCone.JoinPeakNormals
Delphi
property JoinPeakNormals: Boolean read FJoinPeakNormals write SetJoinPeakNormals default True;
C++
__property bool JoinPeakNormals = {read=FJoinPeakNormals, write=SetJoinPeakNormals, default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Objects3D.pas FMX.Objects3D.hpp |
FMX.Objects3D | TCone |
Description
Determines if the normals of the top of the cone are joined.
If JoinPeakNormals is True the normals of the peak are joined in one normal, if False the normals remain unjoined.
The following pictures show the two options of the JoinPeakNormals property.
JoinPeakNormals = False
|
JoinPeakNormals = True
|
|---|---|