---
title: SCNMorpherCalculationMode.normalized
framework: scenekit
role: symbol
role_heading: Case
path: scenekit/scnmorphercalculationmode/normalized
---

# SCNMorpherCalculationMode.normalized

Target weights must be in the range between 0.0 and 1.0, and the contribution of the base geometry to the morphed surface is related to the sum of target weights. This is the default mode.

## Declaration

```swift
case normalized
```

## See Also

### Constants

- [SCNMorpherCalculationMode.additive](scenekit/scnmorphercalculationmode/additive.md)
