SpatialSurfaceMesh.VertexNormals Propriedade

Definição

Obtém o objeto buffer que representa o buffer normal da malha, se IncludeVertexNormals foi definido como uma opção de malha na chamada para SpatialSurfaceInfo.TryComputeLatestMeshAsync. Caso contrário, essa propriedade será nula.

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

Valor da propriedade

O buffer de malha, se disponível; caso contrário, nulo.

Comentários

Se a opção SpatialSurfaceMeshOptions.VertexNormalFormat também estiver definida, esse buffer será gerado no formato indicado.

Aplica-se a