Contents

semantic

The semantic value (or attribute) the geometry source describes for each vertex.

Declaration

var semantic: SCNGeometrySource.Semantic { get }

Discussion

A semantic describes an attribute for each vertex, such as position, color, surface normal vector, or texture coordinates.

See SCNGeometrySource.Semantic for available values.

See Also

Inspecting a Geometry Source