Yes, everything is possible with the amazing power of physics! However, you need to create your own shader. From Wikipedia :
In the field of computer graphics, a shader is a computer program that is used for shading: producing the appropriate color levels in an image, or, in the modern era, also producing special effects or post-processing video. A non-specialist definition can be defined as "a program that tells the computer how to draw something in a specific and unique way."
objc.io has a great tutorial on SceneKit if you're interested.
source share