Freigeben über


SpatialSurfaceMeshOptions.IncludeVertexNormals Eigenschaft

Definition

Ruft ab oder legt fest, ob ein normaler Puffer berechnet werden soll.

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

Eigenschaftswert

Boolean

bool

Gibt an, ob Normaldaten berechnet werden sollen.

Hinweise

SpatialSurfaceMesh.VertexNormals ist nur ungleich NULL, wenn IncludeVertexNormals auf true festgelegt ist.

Gilt für: