SpatialSurfaceMesh.VertexNormals 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SpatialSurfaceInfo.TryComputeLatestMeshAsync 호출에서 IncludeVertexNormals가 메시 옵션으로 설정된 경우 메시의 일반 버퍼를 나타내는 버퍼 개체를 가져옵니다. 그렇지 않으면 이 속성은 null입니다.
public:
property SpatialSurfaceMeshBuffer ^ VertexNormals { SpatialSurfaceMeshBuffer ^ get(); };
SpatialSurfaceMeshBuffer VertexNormals();
public SpatialSurfaceMeshBuffer VertexNormals { get; }
var spatialSurfaceMeshBuffer = spatialSurfaceMesh.vertexNormals;
Public ReadOnly Property VertexNormals As SpatialSurfaceMeshBuffer
속성 값
메시 버퍼(사용 가능한 경우) 그렇지 않으면 null입니다.
설명
SpatialSurfaceMeshOptions.VertexNormalFormat 옵션도 설정된 경우 이 버퍼는 표시된 형식으로 생성됩니다.