SpatialSurfaceMeshOptions.IncludeVertexNormals Property

Definition

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.

Applies to