SpatialSurfaceMeshOptions.IncludeVertexNormals 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 o imposta se calcolare un buffer normale.
public:
property bool IncludeVertexNormals { bool get(); void set(bool value); };
bool IncludeVertexNormals();
void IncludeVertexNormals(bool value);
public bool IncludeVertexNormals { get; set; }
var boolean = spatialSurfaceMeshOptions.includeVertexNormals;
spatialSurfaceMeshOptions.includeVertexNormals = boolean;
Public Property IncludeVertexNormals As Boolean
Valore della proprietà
Boolean
bool
Indica se calcolare le normali.
Commenti
SpatialSurfaceMesh.VertexNormals sarà diverso da null se IncludeVertexNormals è impostato su true.