SpatialSurfaceMesh.VertexNormals Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'oggetto buffer che rappresenta il buffer normale della mesh, se IncludeVertexNormals è stato impostato come opzione mesh nella chiamata a SpatialSurfaceInfo.TryComputeLatestMeshAsync. In caso contrario, questa proprietà è Null.
public:
property SpatialSurfaceMeshBuffer ^ VertexNormals { SpatialSurfaceMeshBuffer ^ get(); };
SpatialSurfaceMeshBuffer VertexNormals();
public SpatialSurfaceMeshBuffer VertexNormals { get; }
var spatialSurfaceMeshBuffer = spatialSurfaceMesh.vertexNormals;
Public ReadOnly Property VertexNormals As SpatialSurfaceMeshBuffer
Valore della proprietà
Buffer mesh se disponibile; in caso contrario null.
Commenti
Se l'opzione SpatialSurfaceMeshOptions.VertexNormalFormat è impostata anche, questo buffer verrà generato nel formato indicato.