SpatialSurfaceMeshOptions.IncludeVertexNormals Proprietà

Definizione

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.

Si applica a