SCNGeometrySource.FromNormals(SCNVector3[]) Method

Definition

Factory method that creates a source for vertex normals.

public static SceneKit.SCNGeometrySource FromNormals (SceneKit.SCNVector3[] normals);
static member FromNormals : SceneKit.SCNVector3[] -> SceneKit.SCNGeometrySource

Parameters

normals
SCNVector3[]

Returns

Remarks

The normals must correspond directly to their associated vertices (in another SCNGeometrySource).

Applies to