SpatialSurfaceMeshOptions.IncludeVertexNormals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether to compute a normal buffer.
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
Property Value
Boolean
bool
Whether to compute normals.
Remarks
SpatialSurfaceMesh.VertexNormals will only be non-null if IncludeVertexNormals is set to true.