No overview available.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
- watchOS 3.0+
Framework
- Scene
Kit
Declaration
struct Semantic
No overview available.
SDKs
Framework
struct Semantic
static let vertex: SCNGeometry Source .Semantic
The semantic for vertex position data.
static let normal: SCNGeometry Source .Semantic
The semantic for surface normal data.
static let texcoord: SCNGeometry Source .Semantic
The semantic for texture coordinate data.
static let color: SCNGeometry Source .Semantic
The semantic for per-vertex color data.
static let tangent: SCNGeometry Source .Semantic
The semantic for surface tangent vector data.
static let edge Crease: SCNGeometry Source .Semantic
The semantic for edge crease data, used for subdividing surfaces.
static let vertex Crease: SCNGeometry Source .Semantic
The semantic for vertex crease data, used for subdividing surfaces.
static let bone Indices: SCNGeometry Source .Semantic
The semantic for bone index data, used for skeletal animation of skinned surfaces.
static let bone Weights: SCNGeometry Source .Semantic
The semantic for bone weight data, used for skeletal animation of skinned surfaces.