Is it possible to achieve a Gaussian blur effect for a SCNMaterial
in SceneKit? It should look like frosted glass, similar to a UIVisualEffectView
with a UIBlurEffectStyleLight
or UIBlurEffectStyleExtraLight
in UIKit.
Asked
Active
Viewed 582 times
7

Ortwin Gentz
- 52,648
- 24
- 135
- 213
-
This might be something comparable: https://stackoverflow.com/questions/48999812/adding-cifilter-to-scnnode-turns-node-into-white-box/56787857#56787857 – ZAY Jan 29 '20 at 11:13