SCNGeometrySource.FromNormals(SCNVector3[]) Method
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.
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).