RayMeshGeometry3DHitTestResult.VertexWeight3 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Relative contribution of the third vertex of a mesh triangle to the point at which that triangle was intersected by the hit test, expressed as a value between zero and 1.
public:
property double VertexWeight3 { double get(); };
public double VertexWeight3 { get; }
member this.VertexWeight3 : double
Public ReadOnly Property VertexWeight3 As Double
Property Value
The weighting of the third vertex.
Remarks
This property is the third of the mesh triangle's barycentric coordinates.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.