---
title: vertexCrease
framework: scenekit
role: symbol
role_heading: Type Property
path: scenekit/scngeometrysource/semantic-swift.struct/vertexcrease
---

# vertexCrease

The semantic for vertex crease data, used for subdividing surfaces.

## Declaration

```swift
static let vertexCrease: SCNGeometrySource.Semantic
```

## Discussion

Discussion For a geometry source, this semantic identifies data containing crease data for each vertex in the geometry. SceneKit uses this information to determine the sharpness of corners and smoothness of surfaces when you change a geometry’s subdivisionLevel property. For a custom shader program, you use this semantic to bind SceneKit’s vertex crease data to an input attribute of the shader. Vertex crease data is an array of scalar floating-point values, where each value determines the smoothness or sharpness of the corresponding vertex: A value of 0.0 specifies a completely smoothed corner, and a value of 10.0 or greater specifies an infinitely sharp point.

## See Also

### Surface Subdivision Semantics

- [edgeCrease](scenekit/scngeometrysource/semantic-swift.struct/edgecrease.md)
