次の方法で共有


SpatialSurfaceMesh.VertexPositions プロパティ

定義

メッシュの頂点バッファーを表すバッファー オブジェクトを取得します。

public:
 property SpatialSurfaceMeshBuffer ^ VertexPositions { SpatialSurfaceMeshBuffer ^ get(); };
SpatialSurfaceMeshBuffer VertexPositions();
public SpatialSurfaceMeshBuffer VertexPositions { get; }
var spatialSurfaceMeshBuffer = spatialSurfaceMesh.vertexPositions;
Public ReadOnly Property VertexPositions As SpatialSurfaceMeshBuffer

プロパティ値

メッシュ バッファー。

注釈

頂点の位置を正しく取得するには、VertexPositionScale プロパティに従って座標をスケーリングする必要があることに注意してください。 それ以外の場合、これらの座標を使用する前に別の座標系に変換する場合は、VertexPositionScale ベクターからスケール マトリックスを作成し、それを変換チェーンの最初の行列として含めることができます。

SpatialSurfaceMeshOptions.VertexPositionFormatSpatialSurfaceInfo.TryComputeLatestMeshAsync の呼び出しでオプションとして設定されている場合、このバッファーは示された形式で生成されます。

適用対象